Youtube Untrend
This extension simply removes the 'Trending' tab on the Youtube home page.
Qu'est-ce que Youtube Untrend ?
Youtube Untrend est une extension Chrome développée par dorian.grolaux, et sa fonction principale est "This extension simply removes the 'Trending' tab on the Youtube home page.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Youtube Untrend
Téléchargez les fichiers d'extension Youtube Untrend 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
Don't like this trending tab ? I don't either.
Informations de Base sur l'Extension
Nom | |
ID | eopimnkjhiiigfakbhiehpiacdiolcpc |
URL Officiel | https://chrome.google.com/webstore/detail/eopimnkjhiiigfakbhiehpiacdiolcpc |
Description | This extension simply removes the 'Trending' tab on the Youtube home page. |
Taille du Fichier | 29.2 KB |
Nombre d'Installations | 21 |
Version Actuelle | 0.2 |
Dernière Mise à Jour | 2016-01-10 |
Date de Publication | 2016-01-10 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | dorian.grolaux |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Youtube Untrend", "short_name": "Removes the 'Trending' tab on Youtube's home page", "version": "0.2", "description": "This extension simply removes the 'Trending' tab on the Youtube home page.", "permissions": [ "activeTab", "*:\/\/www.youtube.com\/" ], "icons": { "16": "icons\/yt_untrend16.png", "48": "icons\/yt_untrend48.png", "128": "icons\/yt_untrend128.png" }, "offline_enabled": true, "page_action": { "default_icon": { "16": "icons\/yt_untrend16.png", "48": "icons\/yt_untrend48.png" }, "default_title": "Youtube Untrend" }, "content_scripts": [ { "matches": [ "*:\/\/www.youtube.com\/", "*:\/\/www.youtube.com\/feed\/*" ], "js": [ "script.js" ] } ] } |