ViewNew
ViewNew automatically randomizes all YouTube views. Freely explore new videos without comparing and contrasting popularity.
Τι είναι το ViewNew;
Το ViewNew είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Caroline Hermans, και η κύρια λειτουργία του είναι "ViewNew automatically randomizes all YouTube views. Freely explore new videos without comparing and contrasting popularity.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης ViewNew
Λήψη αρχείων επέκτασης ViewNew σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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.
Βασικές Πληροφορίες Επέκτασης
Όνομα | ViewNew |
ID | nhgeahfkdaljoaebbjleeadajbjpencj |
Επίσημο URL | https://chromewebstore.google.com/detail/viewnew/nhgeahfkdaljoaebbjleeadajbjpencj |
Περιγραφή | ViewNew automatically randomizes all YouTube views. Freely explore new videos without comparing and contrasting popularity. |
Μέγεθος Αρχείου | 12.06 KB |
Αριθμός Εγκαταστάσεων | 389 |
Τρέχουσα Έκδοση | 0.0.0.1 |
Τελευταία Ενημέρωση | 2017-03-29 |
Ημερομηνία Δημοσίευσης | 2017-03-28 |
Αξιολόγηση | 3.27/5 Συνολικά 11 Αξιολογήσεις |
Προγραμματιστής | Caroline Hermans |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | 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" } } |