non views

replaces YouTube views into the amount of people that didn't watch the video currently living on the world.

O que é non views?

non views é uma extensão do Chrome desenvolvida por https://www.driesdepoorter.be, e sua principal característica é "replaces YouTube views into the amount of people that didn't watch the video currently living on the world.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão non views

Baixe arquivos de extensão non views 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

                        replaces YouTube views into the amount of people that didn't watch the video currently living on the world. 

The amount of people currently living on the world is based on the website worldometers.info 

enjoy,
Dries                    

Informações Básicas da Extensão

Nome non views non views
ID momjekogajkdfbonafkfnhjepfmceema
URL Oficial https://chromewebstore.google.com/detail/non-views/momjekogajkdfbonafkfnhjepfmceema
Descrição replaces YouTube views into the amount of people that didn't watch the video currently living on the world.
Tamanho do Arquivo 7.7 KB
Contagem de Instalações 90
Versão Atual 1.0.2
Última Atualização 2017-04-03
Data de Publicação 2017-04-03
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor https://www.driesdepoorter.be
Email [email protected]
Tipo de Pagamento free
Site da Extensão http://www.driesdepoorter.be/nonviews/
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "non views",
    "short_name": "non views",
    "version": "1.0.2",
    "description": "replaces YouTube views into the amount of people that didn't watch the video currently living on the world.",
    "homepage_url": "http:\/\/www.driesdepoorter.be",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "js": [
                "content.js"
            ],
            "matches": [
                "*:\/\/www.youtube.com\/*"
            ]
        }
    ]
}