non views

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

Qu'est-ce que non views ?

non views est une extension Chrome développée par https://www.driesdepoorter.be, et sa fonction principale est "replaces YouTube views into the amount of people that didn't watch the video currently living on the world.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension non views

Téléchargez les fichiers d'extension non views au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom non views non views
ID momjekogajkdfbonafkfnhjepfmceema
URL Officiel https://chromewebstore.google.com/detail/non-views/momjekogajkdfbonafkfnhjepfmceema
Description replaces YouTube views into the amount of people that didn't watch the video currently living on the world.
Taille du Fichier 7.7 KB
Nombre d'Installations 90
Version Actuelle 1.0.2
Dernière Mise à Jour 2017-04-03
Date de Publication 2017-04-03
Évaluation 5.00/5 Total 1 Évaluations
Développeur https://www.driesdepoorter.be
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://www.driesdepoorter.be/nonviews/
Langues Prises en Charge 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\/*"
            ]
        }
    ]
}