Emotes Anywhere
Bring your favourite websites to life by adding this lightweight extension that enables Twitch emotes, exclusively to the comments
ما هو Emotes Anywhere؟
Emotes Anywhere هو إضافة Chrome تم تطويرها بواسطة Rhenier Kloppers، والميزة الرئيسية لها هي "Bring your favourite websites to life by adding this lightweight extension that enables Twitch emotes, exclusively to the comments".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Emotes Anywhere
قم بتنزيل ملفات الامتداد Emotes Anywhere بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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
معلومات أساسية عن التمديد
الاسم | Emotes Anywhere |
ID | emhlcogdclinbkednbjgmfbdocfajbgm |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/emotes-anywhere/emhlcogdclinbkednbjgmfbdocfajbgm |
الوصف | Bring your favourite websites to life by adding this lightweight extension that enables Twitch emotes, exclusively to the comments |
حجم الملف | 19.8 KB |
عدد التثبيتات | 270 |
النسخة الحالية | 0.87 |
آخر تحديث | 2019-06-14 |
تاريخ النشر | 2019-06-14 |
المطور | Rhenier Kloppers |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | 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" ] } |