YouTube HomeFilter
YouTube HomeFilter filters the uploads of your subscribed Youtube channels and shows them separately.
ما هو YouTube HomeFilter؟
YouTube HomeFilter هو إضافة Chrome تم تطويرها بواسطة http://www.titannano.de، والميزة الرئيسية لها هي "YouTube HomeFilter filters the uploads of your subscribed Youtube channels and shows them separately.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة YouTube HomeFilter
قم بتنزيل ملفات الامتداد YouTube HomeFilter بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
YouTube HomeFilter is an addon which filters the uploads of your subscribed channels. So it is possible to view the various channels on YouTube's homepage separately. It makes it easier to overview the latest videos, so you will not miss a video any more.
معلومات أساسية عن التمديد
الاسم | |
ID | nedinlfafpanloemeodhdefipecapbak |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/youtube-homefilter/nedinlfafpanloemeodhdefipecapbak |
الوصف | YouTube HomeFilter filters the uploads of your subscribed Youtube channels and shows them separately. |
حجم الملف | 345 KB |
عدد التثبيتات | 10 |
النسخة الحالية | 1.3.3 |
آخر تحديث | 2015-10-06 |
تاريخ النشر | 2015-10-06 |
المطور | http://www.titannano.de |
نوع الدفع | free |
موقع الإضافة | http://blog.titannano.de/p/homefilter.html |
عنوان صفحة المساعدة | http://blog.titannano.de/p/homefilter.html |
اللغات المدعومة | de,en-US,tr,pt-BR,sr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extName__", "version": "1.3.3", "description": "__MSG_extDescription__", "default_locale": "en_US", "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "homepage_url": "http:\/\/blog.titannano.de", "incognito": "spanning", "options_page": "options.html", "content_scripts": [ { "matches": [ "http:\/\/www.youtube.com\/*", "https:\/\/www.youtube.com\/*" ], "css": [ "css\/filterMenu.css" ], "js": [ "scripts\/optionsC.js", "scripts\/consoleC.js", "af\/af.js", "af\/modules\/classes.js", "af\/modules\/connections.js", "scripts\/l10nC.js", "scripts\/youtube-ui.js", "scripts\/youtube-client.js", "scripts\/storageC.js", "scripts\/hf.js", "scripts\/watcher.js" ] } ], "permissions": [ "https:\/\/twitter.com\/share", "https:\/\/www.facebook.com\/sharer\/sharer.php", "https:\/\/plus.google.com\/share", "https:\/\/www.googleapis.com\/youtube\/*", "http:\/\/blog.titannano.de\/p\/donate-to.html" ], "web_accessible_resources": [ "default\/l10n\/strings.json" ], "background": { "scripts": [ "scripts\/main.js" ] } } |