YouTube HomeFilter
YouTube HomeFilter filters the uploads of your subscribed Youtube channels and shows them separately.
Qu'est-ce que YouTube HomeFilter ?
YouTube HomeFilter est une extension Chrome développée par http://www.titannano.de, et sa fonction principale est "YouTube HomeFilter filters the uploads of your subscribed Youtube channels and shows them separately.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension YouTube HomeFilter
Téléchargez les fichiers d'extension YouTube HomeFilter au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | nedinlfafpanloemeodhdefipecapbak |
URL Officiel | https://chrome.google.com/webstore/detail/youtube-homefilter/nedinlfafpanloemeodhdefipecapbak |
Description | YouTube HomeFilter filters the uploads of your subscribed Youtube channels and shows them separately. |
Taille du Fichier | 345 KB |
Nombre d'Installations | 10 |
Version Actuelle | 1.3.3 |
Dernière Mise à Jour | 2015-10-06 |
Date de Publication | 2015-10-06 |
Développeur | http://www.titannano.de |
Type de Paiement | free |
Site Web de l'Extension | http://blog.titannano.de/p/homefilter.html |
URL de la Page d'Aide | http://blog.titannano.de/p/homefilter.html |
Langues Prises en Charge | 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" ] } } |