Emotes Anywhere
Bring your favourite websites to life by adding this lightweight extension that enables Twitch emotes, exclusively to the comments
Apa itu Emotes Anywhere?
Emotes Anywhere adalah ekstensi Chrome yang dikembangkan oleh Rhenier Kloppers, dan fitur utamanya adalah "Bring your favourite websites to life by adding this lightweight extension that enables Twitch emotes, exclusively to the comments".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Emotes Anywhere
Unduh file ekstensi Emotes Anywhere dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | Emotes Anywhere |
ID | emhlcogdclinbkednbjgmfbdocfajbgm |
URL Resmi | https://chromewebstore.google.com/detail/emotes-anywhere/emhlcogdclinbkednbjgmfbdocfajbgm |
Deskripsi | Bring your favourite websites to life by adding this lightweight extension that enables Twitch emotes, exclusively to the comments |
Ukuran File | 19.8 KB |
Jumlah Instalasi | 270 |
Versi Saat Ini | 0.87 |
Terakhir Diperbarui | 2019-06-14 |
Tanggal Publikasi | 2019-06-14 |
Pengembang | Rhenier Kloppers |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } |