Dbased - based Dlive
add some cool features to Dlive
ما هو Dbased - based Dlive؟
Dbased - based Dlive هو إضافة Chrome تم تطويرها بواسطة zoomerdev، والميزة الرئيسية لها هي "add some cool features to Dlive".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Dbased - based Dlive
قم بتنزيل ملفات الامتداد Dbased - based Dlive بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Dbased, the Dlive companion. Add some cool features to Dlive, including adding unlimited stickers. More coming soon!
معلومات أساسية عن التمديد
الاسم | Dbased - based Dlive |
ID | bjnemjdjapmakafpckmbdanhglffgpoc |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/dbased-based-dlive/bjnemjdjapmakafpckmbdanhglffgpoc |
الوصف | add some cool features to Dlive |
حجم الملف | 141 KB |
عدد التثبيتات | 741 |
النسخة الحالية | 1.1.1 |
آخر تحديث | 2020-10-06 |
تاريخ النشر | 2020-07-02 |
تقييم | 4.26/5 مجموع تقييمات 23 |
المطور | zoomerdev |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://zoomerdev.github.io/dbased |
عنوان صفحة المساعدة | https://github.com/zoomerdev/dbased/issues |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Dbased - based Dlive", "version": "1.1.1", "description": "add some cool features to Dlive", "permissions": [ "storage", "*:\/\/graphigo.prd.dlive.tv\/*" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "web_accessible_resources": [ "assets\/*" ], "content_scripts": [ { "matches": [ "https:\/\/dlive.tv\/*" ], "js": [ "content.js" ], "run_at": "document_start" } ], "icons": { "64": "assets\/logo_small-e277afc9db01f0ccd31bef76efb48dee.png", "128": "assets\/[email protected]", "256": "assets\/[email protected]" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "browser_action": { "default_popup": "popup.html" } } |