YouTube HomeFilter
YouTube HomeFilter filters the uploads of your subscribed Youtube channels and shows them separately.
YouTube HomeFilter क्या है?
YouTube HomeFilter http://www.titannano.de द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "YouTube HomeFilter filters the uploads of your subscribed Youtube channels and shows them separately."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में YouTube HomeFilter एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
सहायता पृष्ठ URL | 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" ] } } |