Grey Vision
Removes all views, likes, and subscription numbers from youtube for a cleaner experience without pre-judgements.
Qu'est-ce que Grey Vision ?
Grey Vision est une extension Chrome développée par tomlumperson, et sa fonction principale est "Removes all views, likes, and subscription numbers from youtube for a cleaner experience without pre-judgements.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Grey Vision
Téléchargez les fichiers d'extension Grey Vision 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
"I don't think there's any disagreement that Netflix would be worse if they had view numbers next to all of the shows, it causes you to prejudge... [With Youtube] you can't come to it just as a thing to be consumed and taken on its own" - CGP Grey, Hello Internet Podcast #109 Inspired by CGP Grey & Brady Haran Created by www.TomLum.com
Informations de Base sur l'Extension
Nom | Grey Vision |
ID | hdcepbbfoejnadjkimklmifiglmncnib |
URL Officiel | https://chromewebstore.google.com/detail/grey-vision/hdcepbbfoejnadjkimklmifiglmncnib |
Description | Removes all views, likes, and subscription numbers from youtube for a cleaner experience without pre-judgements. |
Taille du Fichier | 17.58 KB |
Nombre d'Installations | 17 |
Version Actuelle | 1.1.4 |
Dernière Mise à Jour | 2018-11-13 |
Date de Publication | 2018-11-12 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | tomlumperson |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.tomlum.com/greyvision |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Grey Vision", "version": "1.1.4", "manifest_version": 2, "description": "Removes all views, likes, and subscription numbers from youtube for a cleaner experience without pre-judgements.", "homepage_url": "http:\/\/www.TomLum.com\/greyvision", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "page_action": { "default_icon": "icons\/icon128.png", "default_title": "Grey Vision", "default_popup": "src\/page_action\/page_action.html" }, "content_scripts": [ { "run_at": "document_end", "matches": [ "https:\/\/www.youtube.com\/*" ], "css": [ "src\/inject\/injectYoutube.css" ] } ] } |