├── README.md ├── WhatsAppDoc.crx ├── content.js ├── images └── icon.png ├── inject.js └── manifest.json /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndrewMohawk/WhatsAppDoc/HEAD/README.md -------------------------------------------------------------------------------- /WhatsAppDoc.crx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndrewMohawk/WhatsAppDoc/HEAD/WhatsAppDoc.crx -------------------------------------------------------------------------------- /content.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndrewMohawk/WhatsAppDoc/HEAD/content.js -------------------------------------------------------------------------------- /images/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndrewMohawk/WhatsAppDoc/HEAD/images/icon.png -------------------------------------------------------------------------------- /inject.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndrewMohawk/WhatsAppDoc/HEAD/inject.js -------------------------------------------------------------------------------- /manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndrewMohawk/WhatsAppDoc/HEAD/manifest.json --------------------------------------------------------------------------------