ViewNew

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

Wat is ViewNew?

ViewNew is een Chrome-extensie ontwikkeld door Caroline Hermans, en de belangrijkste functie is "ViewNew automatically randomizes all YouTube views. Freely explore new videos without comparing and contrasting popularity.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie ViewNew

Download ViewNew-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam ViewNew ViewNew
ID nhgeahfkdaljoaebbjleeadajbjpencj
Officiële URL https://chromewebstore.google.com/detail/viewnew/nhgeahfkdaljoaebbjleeadajbjpencj
Beschrijving ViewNew automatically randomizes all YouTube views. Freely explore new videos without comparing and contrasting popularity.
Bestandsgrootte 12.06 KB
Aantal Installaties 389
Huidige Versie 0.0.0.1
Laatst Bijgewerkt 2017-03-29
Publicatiedatum 2017-03-28
Beoordeling 3.27/5 Totaal 11 Beoordelingen
Ontwikkelaar Caroline Hermans
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}