ViewNew

ViewNew automatically randomizes all YouTube views. Freely explore new videos without comparing and contrasting popularity.

Was ist ViewNew?

ViewNew ist eine Chrome-Erweiterung, die von Caroline Hermans entwickelt wurde, und ihr Hauptmerkmal ist "ViewNew automatically randomizes all YouTube views. Freely explore new videos without comparing and contrasting popularity.".

Erweiterungsscreenshots

screenshot
screenshot

ViewNew-Erweiterungs-CRX-Datei herunterladen

Laden Sie ViewNew-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name ViewNew ViewNew
ID nhgeahfkdaljoaebbjleeadajbjpencj
Offizielle URL https://chromewebstore.google.com/detail/viewnew/nhgeahfkdaljoaebbjleeadajbjpencj
Beschreibung ViewNew automatically randomizes all YouTube views. Freely explore new videos without comparing and contrasting popularity.
Dateigröße 12.06 KB
Installationsanzahl 389
Aktuelle Version 0.0.0.1
Letztes Update 2017-03-29
Veröffentlichungsdatum 2017-03-28
Bewertung 3.27/5 Insgesamt 11 Bewertungen
Entwickler Caroline Hermans
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    }
}