holo-nonstop-extension
Enjoy Hololive content continuously
ما هو holo-nonstop-extension؟
holo-nonstop-extension هو إضافة Chrome تم تطويرها بواسطة qwe19272375، والميزة الرئيسية لها هي "Enjoy Hololive content continuously".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة holo-nonstop-extension
قم بتنزيل ملفات الامتداد holo-nonstop-extension بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Install this extension to enable tabs to watch hololive live streams without having trouble spending time to find another live stream manually. Please refer to https://github.com/k4r1suma/holo-nonstop-extension#usage for usage
معلومات أساسية عن التمديد
الاسم | holo-nonstop-extension |
ID | inkmfkgkfcicnjingdpppdffmjeohppn |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/holo-nonstop-extension/inkmfkgkfcicnjingdpppdffmjeohppn |
الوصف | Enjoy Hololive content continuously |
حجم الملف | 559 KB |
عدد التثبيتات | 200 |
النسخة الحالية | 0.1.1 |
آخر تحديث | 2020-08-22 |
تاريخ النشر | 2020-08-13 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | qwe19272375 |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
عنوان صفحة المساعدة | https://github.com/k4r1suma/holo-nonstop-extension |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "holo-nonstop-extension", "author": "k4r1suma", "version": "0.1.1", "description": "Enjoy Hololive content continuously", "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "script.js" ] } ], "background": { "scripts": [ "background.js" ], "persistent": false }, "page_action": { "default_icon": { "16": "img\/[email protected]", "32": "img\/[email protected]", "64": "img\/[email protected]", "128": "img\/[email protected]" }, "default_popup": "popup.html" }, "permissions": [ "declarativeContent", "tabs", "storage" ], "icons": { "16": "img\/[email protected]", "32": "img\/[email protected]", "64": "img\/[email protected]", "128": "img\/[email protected]" }, "manifest_version": 2 } |