Emotes Anywhere
Bring your favourite websites to life by adding this lightweight extension that enables Twitch emotes, exclusively to the comments
Co je Emotes Anywhere?
Emotes Anywhere je rozšíření Chrome vyvinuté Rhenier Kloppers, a jeho hlavní funkcí je „Bring your favourite websites to life by adding this lightweight extension that enables Twitch emotes, exclusively to the comments“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Emotes Anywhere
Stáhněte si soubory rozšíření Emotes Anywhere 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í
Having emotes everywhere in your browser gets old after a few days, and could ruin potentially important text - enjoy this minimalistic addon that offers a balance between work & play - the best of both worlds. Simply install and you're good to go! Currently supported sites: Youtube, Reddit
Základní Informace o Rozšíření
Název | Emotes Anywhere |
ID | emhlcogdclinbkednbjgmfbdocfajbgm |
Oficiální URL | https://chromewebstore.google.com/detail/emotes-anywhere/emhlcogdclinbkednbjgmfbdocfajbgm |
Popis | Bring your favourite websites to life by adding this lightweight extension that enables Twitch emotes, exclusively to the comments |
Velikost souboru | 19.8 KB |
Počet instalací | 270 |
Aktuální Verze | 0.87 |
Poslední Aktualizace | 2019-06-14 |
Datum Vydání | 2019-06-14 |
Vývojář | Rhenier Kloppers |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Emotes Anywhere", "short_name": "Emotes", "version": "0.87", "content_scripts": [ { "matches": [ "*:\/\/www.youtube.com\/*", "*:\/\/www.reddit.com\/*" ], "js": [ "content.js" ] } ], "background": { "scripts": [ "background.js" ] }, "description": "Bring your favourite websites to life by adding this lightweight extension that enables Twitch emotes, exclusively to the comments", "author": "Rhenier Kloppers", "browser_action": { "default_icon": "emotesanywhere.png", "default_title": "Popup here." }, "permissions": [ "*:\/\/www.youtube.com\/*", "*:\/\/www.reddit.com\/*", "tabs" ] } |