ViewNew

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

O que é ViewNew?

ViewNew é uma extensão do Chrome desenvolvida por Caroline Hermans, e sua principal característica é "ViewNew automatically randomizes all YouTube views. Freely explore new videos without comparing and contrasting popularity.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão ViewNew

Baixe arquivos de extensão ViewNew no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome ViewNew ViewNew
ID nhgeahfkdaljoaebbjleeadajbjpencj
URL Oficial https://chromewebstore.google.com/detail/viewnew/nhgeahfkdaljoaebbjleeadajbjpencj
Descrição ViewNew automatically randomizes all YouTube views. Freely explore new videos without comparing and contrasting popularity.
Tamanho do Arquivo 12.06 KB
Contagem de Instalações 389
Versão Atual 0.0.0.1
Última Atualização 2017-03-29
Data de Publicação 2017-03-28
Classificação 3.27/5 Total de 11 Avaliações
Desenvolvedor Caroline Hermans
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}