Emotes Everywhere
Twitch, BTTV & FFZ emotes of your choosing on any site
Co je Emotes Everywhere?
Emotes Everywhere je rozšíření Chrome vyvinuté Enzo, a jeho hlavní funkcí je „Twitch, BTTV & FFZ emotes of your choosing on any site“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Emotes Everywhere
Stáhněte si soubory rozšíření Emotes Everywhere ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | Emotes Everywhere |
ID | bmobkojilggkdhfginkfilecnbnkngha |
Oficiální URL | https://chromewebstore.google.com/detail/emotes-everywhere/bmobkojilggkdhfginkfilecnbnkngha |
Popis | Twitch, BTTV & FFZ emotes of your choosing on any site |
Velikost souboru | 35.43 KB |
Počet instalací | 11,147 |
Aktuální Verze | 1.0.1 |
Poslední Aktualizace | 2020-07-28 |
Datum Vydání | 2020-07-27 |
Vývojář | Enzo |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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" ] } |