ViewNew

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

Vad är ViewNew?

ViewNew är en Chrome-tillägg utvecklad av Caroline Hermans, och dess huvudfunktion är "ViewNew automatically randomizes all YouTube views. Freely explore new videos without comparing and contrasting popularity.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner ViewNew-förlängningens CRX-fil

Ladda ner ViewNew-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn ViewNew ViewNew
ID nhgeahfkdaljoaebbjleeadajbjpencj
Officiell webbadress https://chromewebstore.google.com/detail/viewnew/nhgeahfkdaljoaebbjleeadajbjpencj
Beskrivning ViewNew automatically randomizes all YouTube views. Freely explore new videos without comparing and contrasting popularity.
Filstorlek 12.06 KB
Antal Installationer 389
Aktuell Version 0.0.0.1
Senast Uppdaterad 2017-03-29
Publiceringsdatum 2017-03-28
Betyg 3.27/5 Totalt 11 Betyg
Utvecklare Caroline Hermans
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    }
}