ViewNew
ViewNew automatically randomizes all YouTube views. Freely explore new videos without comparing and contrasting popularity.
Qu'est-ce que ViewNew ?
ViewNew est une extension Chrome développée par Caroline Hermans, et sa fonction principale est "ViewNew automatically randomizes all YouTube views. Freely explore new videos without comparing and contrasting popularity.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension ViewNew
Téléchargez les fichiers d'extension ViewNew 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
Do you find yourself selecting YouTube videos based on view count? "This one only has 40 views? Can't be very good then." This mindset hinders the discovery of interesting new content. Introducing ViewNew, a Chrome extension that automatically randomizes all YouTube views and like counts. No longer will you be a slave to popular opinion. Each video on the page is assigned a random view count between 100 million and 1 billion. The like counts are randomized as well. Freely click on the videos you think are interesting without having to compare and contrast popularity. You'll know you're being lied to, but at least YouTube will be more fun.
Informations de Base sur l'Extension
Nom | ViewNew |
ID | nhgeahfkdaljoaebbjleeadajbjpencj |
URL Officiel | https://chromewebstore.google.com/detail/viewnew/nhgeahfkdaljoaebbjleeadajbjpencj |
Description | ViewNew automatically randomizes all YouTube views. Freely explore new videos without comparing and contrasting popularity. |
Taille du Fichier | 12.06 KB |
Nombre d'Installations | 389 |
Version Actuelle | 0.0.0.1 |
Dernière Mise à Jour | 2017-03-29 |
Date de Publication | 2017-03-28 |
Évaluation | 3.27/5 Total 11 Évaluations |
Développeur | Caroline Hermans |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "ViewNew", "description": "ViewNew automatically randomizes all YouTube views. Freely explore new videos without comparing and contrasting popularity.", "version": "0.0.0.1", "content_scripts": [ { "matches": [ "*:\/\/www.youtube.com\/*" ], "js": [ "script.js" ] } ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |