dopeChat
The dopest chat extension for FB Gaming livestreams!
ما هو dopeChat؟
dopeChat هو إضافة Chrome تم تطويرها بواسطة dope، والميزة الرئيسية لها هي "The dopest chat extension for FB Gaming livestreams!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة dopeChat
قم بتنزيل ملفات الامتداد dopeChat بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
The browser extension aims to improve the chat experience by adding custom emotes, adjusting the chat appearance, and incorporating various quality of life enhancements and tweaks.
معلومات أساسية عن التمديد
الاسم | dopeChat |
ID | pfbgacokbnigfgdninjmcgokijpfldkn |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/dopechat/pfbgacokbnigfgdninjmcgokijpfldkn |
الوصف | The dopest chat extension for FB Gaming livestreams! |
حجم الملف | 128 KB |
عدد التثبيتات | 1,360 |
النسخة الحالية | 1.4.6 |
آخر تحديث | 2023-01-14 |
تاريخ النشر | 2022-04-21 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | dope |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://dopechat.ddns.net/ |
عنوان صفحة المساعدة | https://dopechat.ddns.net/ |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "1.4.6", "name": "dopeChat", "description": "The dopest chat extension for FB Gaming livestreams!", "author": "dope", "homepage_url": "https:\/\/dopechat.ddns.net\/", "icons": { "16": "icon64.png", "32": "icon64.png", "48": "icon64.png", "128": "icon64.png" }, "action": { "default_title": "dopeChat" }, "options_page": "options.html", "background": { "service_worker": "js\/backgroundPage.js" }, "content_scripts": [ { "all_frames": true, "matches": [ "*:\/\/*.facebook.com\/*videos\/*" ], "js": [ "js\/contentScript.js", "js\/emoteMenu.js" ], "css": [ "css\/content.css" ], "run_at": "document_end" } ], "web_accessible_resources": [ { "matches": [ "https:\/\/*.facebook.com\/*" ], "resources": [ "css\/*", "icon64.png" ] } ], "permissions": [ "storage" ] } |