Emotes Anywhere
Bring your favourite websites to life by adding this lightweight extension that enables Twitch emotes, exclusively to the comments
Was ist Emotes Anywhere?
Emotes Anywhere ist eine Chrome-Erweiterung, die von Rhenier Kloppers entwickelt wurde, und ihr Hauptmerkmal ist "Bring your favourite websites to life by adding this lightweight extension that enables Twitch emotes, exclusively to the comments".
Erweiterungsscreenshots
Emotes Anywhere-Erweiterungs-CRX-Datei herunterladen
Laden Sie Emotes Anywhere-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | Emotes Anywhere |
ID | emhlcogdclinbkednbjgmfbdocfajbgm |
Offizielle URL | https://chromewebstore.google.com/detail/emotes-anywhere/emhlcogdclinbkednbjgmfbdocfajbgm |
Beschreibung | Bring your favourite websites to life by adding this lightweight extension that enables Twitch emotes, exclusively to the comments |
Dateigröße | 19.8 KB |
Installationsanzahl | 270 |
Aktuelle Version | 0.87 |
Letztes Update | 2019-06-14 |
Veröffentlichungsdatum | 2019-06-14 |
Entwickler | Rhenier Kloppers |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } |