non views

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

Wat is non views?

non views is een Chrome-extensie ontwikkeld door https://www.driesdepoorter.be, en de belangrijkste functie is "replaces YouTube views into the amount of people that didn't watch the video currently living on the world.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie non views

Download non views-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam non views non views
ID momjekogajkdfbonafkfnhjepfmceema
Officiële URL https://chromewebstore.google.com/detail/non-views/momjekogajkdfbonafkfnhjepfmceema
Beschrijving replaces YouTube views into the amount of people that didn't watch the video currently living on the world.
Bestandsgrootte 7.7 KB
Aantal Installaties 90
Huidige Versie 1.0.2
Laatst Bijgewerkt 2017-04-03
Publicatiedatum 2017-04-03
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar https://www.driesdepoorter.be
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://www.driesdepoorter.be/nonviews/
Ondersteunde Talen 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\/*"
            ]
        }
    ]
}