Youtube Subscriptions Homescreen
Makes your subscriptions your homepage.
ما هو Youtube Subscriptions Homescreen؟
Youtube Subscriptions Homescreen هو إضافة Chrome تم تطويرها بواسطة http://kiricon.net، والميزة الرئيسية لها هي "Makes your subscriptions your homepage.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Youtube Subscriptions Homescreen
قم بتنزيل ملفات الامتداد Youtube Subscriptions Homescreen بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension, once installed will change your default YouTube home screen from "What to Watch" to "My Subscriptions" just like YouTube use to be. YouTube recently changed their layout so that by default you are taken to the "What to watch" as the you tube home screen. I personally found it a bit annoying so I created this extension. Hope you guys enjoy it!
معلومات أساسية عن التمديد
الاسم | |
ID | hjcppaaijnfjigbegedakkalgclkljjc |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/youtube-subscriptions-hom/hjcppaaijnfjigbegedakkalgclkljjc |
الوصف | Makes your subscriptions your homepage. |
حجم الملف | 11.99 KB |
عدد التثبيتات | 810 |
النسخة الحالية | 1.0 |
آخر تحديث | 2014-09-16 |
تاريخ النشر | 2014-09-16 |
تقييم | 4.78/5 مجموع تقييمات 23 |
المطور | http://kiricon.net |
نوع الدفع | free |
موقع الإضافة | http://kiricon.net |
عنوان صفحة المساعدة | http://kiricon.net |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "css": [ "style.css" ], "js": [ "script.js" ], "matches": [ "http:\/\/www.youtube.com\/", "https:\/\/www.youtube.com\/" ], "run_at": "document_start" } ], "description": "Makes your subscriptions your homepage.", "homepage_url": "http:\/\/kiricon.net", "icons": { "128": "icons\/icon128.png", "16": "icons\/icon16.png", "48": "icons\/icon48.png" }, "manifest_version": 2, "name": "Youtube Subscriptions Homescreen", "permissions": [ "storage" ], "version": "1.0" } |