non views

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

Τι είναι το non views;

Το non views είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.driesdepoorter.be, και η κύρια λειτουργία του είναι "replaces YouTube views into the amount of people that didn't watch the video currently living on the world.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης non views

Λήψη αρχείων επέκτασης non views σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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                    

Βασικές Πληροφορίες Επέκτασης

Όνομα non views non views
ID momjekogajkdfbonafkfnhjepfmceema
Επίσημο URL https://chromewebstore.google.com/detail/non-views/momjekogajkdfbonafkfnhjepfmceema
Περιγραφή replaces YouTube views into the amount of people that didn't watch the video currently living on the world.
Μέγεθος Αρχείου 7.7 KB
Αριθμός Εγκαταστάσεων 90
Τρέχουσα Έκδοση 1.0.2
Τελευταία Ενημέρωση 2017-04-03
Ημερομηνία Δημοσίευσης 2017-04-03
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής https://www.driesdepoorter.be
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://www.driesdepoorter.be/nonviews/
Υποστηριζόμενες Γλώσσες 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\/*"
            ]
        }
    ]
}