ViewNew

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

Hvad er ViewNew?

ViewNew er en Chrome-udvidelse udviklet af Caroline Hermans, og dens hovedfunktion er "ViewNew automatically randomizes all YouTube views. Freely explore new videos without comparing and contrasting popularity.".

Udvidelsesskærmbilleder

screenshot
screenshot

Download ViewNew-udvidelses-CRX-fil

Download ViewNew-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn ViewNew ViewNew
ID nhgeahfkdaljoaebbjleeadajbjpencj
Officiel URL https://chromewebstore.google.com/detail/viewnew/nhgeahfkdaljoaebbjleeadajbjpencj
Beskrivelse ViewNew automatically randomizes all YouTube views. Freely explore new videos without comparing and contrasting popularity.
Filstørrelse 12.06 KB
Antal Installationer 389
Nuværende Version 0.0.0.1
Senest Opdateret 2017-03-29
Udgivelsesdato 2017-03-28
Bedømmelse 3.27/5 Samlet 11 Bedømmelser
Udvikler Caroline Hermans
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
    }
}