DrFeelgood Live Extension
DrFeelgood Live Extension
ما هو DrFeelgood Live Extension؟
DrFeelgood Live Extension هو إضافة Chrome تم تطويرها بواسطة Onutrem، والميزة الرئيسية لها هي "DrFeelgood Live Extension".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة DrFeelgood Live Extension
قم بتنزيل ملفات الامتداد DrFeelgood Live Extension بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Extension chrome qui permet de savoir quand Drfeelgood stream. - Une notification cliquable apparaît quand le stream est online ! Version 2.0 par Drakirus : Nouveautés : - Planning - Réseaux sociaux
معلومات أساسية عن التمديد
الاسم | |
ID | onohnmbhcdoojggfakcgmiaoafahkdff |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/drfeelgood-live-extension/onohnmbhcdoojggfakcgmiaoafahkdff |
الوصف | DrFeelgood Live Extension |
حجم الملف | 109 KB |
عدد التثبيتات | 888 |
النسخة الحالية | 2.2.0 |
آخر تحديث | 2016-10-03 |
تاريخ النشر | 2016-10-03 |
تقييم | 4.72/5 مجموع تقييمات 25 |
المطور | Onutrem |
نوع الدفع | free |
اللغات المدعومة | fr |
manifest.json | |
{ "manifest_version": 2, "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "browser_action": { "default_title": "DFG - Offline", "default_icon": "icon_OFFLINE.png", "default_popup": "popup.html" }, "name": "DrFeelgood Live Extension", "author": "Github@Drakirus, Pierre Champion", "description": "DrFeelgood Live Extension", "version": "2.2.0", "background": { "scripts": [ "background.js" ] }, "permissions": [ "https:\/\/www.twitch.tv\/*", "https:\/\/raw.githubusercontent.com\/*", "notifications", "tabs" ], "icons": { "256": "icons\/logo256.png", "128": "icons\/logo128.png", "64": "icons\/logo64.png", "32": "icons\/logo32.png", "48": "icon_OFFLINE.png" } } |