Emotes Anywhere
Bring your favourite websites to life by adding this lightweight extension that enables Twitch emotes, exclusively to the comments
Cos'è Emotes Anywhere?
Emotes Anywhere è un'estensione di Chrome sviluppata da Rhenier Kloppers, e la sua funzione principale è "Bring your favourite websites to life by adding this lightweight extension that enables Twitch emotes, exclusively to the comments".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Emotes Anywhere
Scarica i file di estensione Emotes Anywhere 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
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 Informazioni di Base sull'Estensione
| Nome | |
| ID | emhlcogdclinbkednbjgmfbdocfajbgm |
| URL Ufficiale | https://chromewebstore.google.com/detail/emotes-anywhere/emhlcogdclinbkednbjgmfbdocfajbgm |
| Descrizione | Bring your favourite websites to life by adding this lightweight extension that enables Twitch emotes, exclusively to the comments |
| Dimensione del File | 19.8 KB |
| Conteggio Installazioni | 270 |
| Versione Corrente | 0.87 |
| Ultimo Aggiornamento | 2019-06-14 |
| Data di Pubblicazione | 2019-06-14 |
| Sviluppatore | Rhenier Kloppers |
| [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 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"
]
} | |