Emotes Everywhere
Twitch, BTTV & FFZ emotes of your choosing on any site
Cos'è Emotes Everywhere?
Emotes Everywhere è un'estensione di Chrome sviluppata da Enzo, e la sua funzione principale è "Twitch, BTTV & FFZ emotes of your choosing on any site".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Emotes Everywhere
Scarica i file di estensione Emotes Everywhere in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Twitch, BTTV & FFZ emotes of your choosing on any site. -choose any emote you want it to work with -whitelist mode to whitelist sites you want it to work with -blacklist mode to blacklist sites you dont want it to work with right click icon and click options for settings. W.I.P
Informazioni di Base sull'Estensione
Nome | Emotes Everywhere |
ID | bmobkojilggkdhfginkfilecnbnkngha |
URL Ufficiale | https://chromewebstore.google.com/detail/emotes-everywhere/bmobkojilggkdhfginkfilecnbnkngha |
Descrizione | Twitch, BTTV & FFZ emotes of your choosing on any site |
Dimensione del File | 35.43 KB |
Conteggio Installazioni | 11,147 |
Versione Corrente | 1.0.1 |
Ultimo Aggiornamento | 2020-07-28 |
Data di Pubblicazione | 2020-07-27 |
Sviluppatore | Enzo |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Emotes Everywhere", "version": "1.0.1", "description": "Twitch, BTTV & FFZ emotes of your choosing on any site", "icons": { "128": "icon128.png", "48": "icon48.png", "16": "icon16.png" }, "browser_action": { "default_icon": "icon16.png", "default_popup": "popup.html" }, "permissions": [ "storage", "contextMenus", "tabs" ], "options_page": "options.html", "background": { "scripts": [ ".\/js\/contextMenu.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ ".\/js\/content.js" ], "run_at": "document_idle", "all_frames": false } ], "web_accessible_resources": [ ".\/js\/popup.js", ".\/js\/content.js" ] } |