non views

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

Cos'è non views?

non views è un'estensione di Chrome sviluppata da https://www.driesdepoorter.be, e la sua funzione principale è "replaces YouTube views into the amount of people that didn't watch the video currently living on the world.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione non views

Scarica i file di estensione non views in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome non views non views
ID momjekogajkdfbonafkfnhjepfmceema
URL Ufficiale https://chromewebstore.google.com/detail/non-views/momjekogajkdfbonafkfnhjepfmceema
Descrizione replaces YouTube views into the amount of people that didn't watch the video currently living on the world.
Dimensione del File 7.7 KB
Conteggio Installazioni 90
Versione Corrente 1.0.2
Ultimo Aggiornamento 2017-04-03
Data di Pubblicazione 2017-04-03
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore https://www.driesdepoorter.be
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://www.driesdepoorter.be/nonviews/
Lingue Supportate 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\/*"
            ]
        }
    ]
}