expand-youtube
expand youtube videos to view from the subscriptions page
ما هو expand-youtube؟
expand-youtube هو إضافة Chrome تم تطويرها بواسطة Christopher Kwai-Pun، والميزة الرئيسية لها هي "expand youtube videos to view from the subscriptions page".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة expand-youtube
قم بتنزيل ملفات الامتداد expand-youtube بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Adds an expanding tab to the youtube subscriptions page with an embedded player. Copyright Christopher Kwai-Pun 2016 Protected under the MIT License
معلومات أساسية عن التمديد
الاسم | expand-youtube |
ID | jfhbpaakifjaokhhfdmnjhkjgfjpkmki |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/expand-youtube/jfhbpaakifjaokhhfdmnjhkjgfjpkmki |
الوصف | expand youtube videos to view from the subscriptions page |
حجم الملف | 67.36 KB |
عدد التثبيتات | 44 |
النسخة الحالية | 0.1.2 |
آخر تحديث | 2016-02-07 |
تاريخ النشر | 2016-02-07 |
تقييم | 4.86/5 مجموع تقييمات 7 |
المطور | Christopher Kwai-Pun |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "expand-youtube", "description": "expand youtube videos to view from the subscriptions page", "version": "0.1.2", "author": "Christopher Kwai-Pun", "icons": { "24": "\/assets\/icons\/icon1x.png", "48": "\/assets\/icons\/icon2x.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/feed\/subscriptions", "https:\/\/www.youtube.com\/" ], "css": [ "\/libraries\/bootstrap.min.css", "expand.css" ], "js": [ "\/libraries\/jquery.min.js", "\/libraries\/bootstrap.min.js", "expand.js" ] } ], "options_ui": { "page": "options.html", "chrome_style": true } } |