Emotes Anywhere
Bring your favourite websites to life by adding this lightweight extension that enables Twitch emotes, exclusively to the comments
Hvad er Emotes Anywhere?
Emotes Anywhere er en Chrome-udvidelse udviklet af Rhenier Kloppers, og dens hovedfunktion er "Bring your favourite websites to life by adding this lightweight extension that enables Twitch emotes, exclusively to the comments".
Udvidelsesskærmbilleder
Download Emotes Anywhere-udvidelses-CRX-fil
Download Emotes Anywhere-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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
Grundlæggende oplysninger om udvidelsen
Navn | Emotes Anywhere |
ID | emhlcogdclinbkednbjgmfbdocfajbgm |
Officiel URL | https://chromewebstore.google.com/detail/emotes-anywhere/emhlcogdclinbkednbjgmfbdocfajbgm |
Beskrivelse | Bring your favourite websites to life by adding this lightweight extension that enables Twitch emotes, exclusively to the comments |
Filstørrelse | 19.8 KB |
Antal Installationer | 270 |
Nuværende Version | 0.87 |
Senest Opdateret | 2019-06-14 |
Udgivelsesdato | 2019-06-14 |
Udvikler | Rhenier Kloppers |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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" ] } |