PokeDemon - Pokemon Replacer

Removes the word Pokemon from all web pages and replaces it with a random word

Τι είναι το PokeDemon - Pokemon Replacer;

Το PokeDemon - Pokemon Replacer είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://diginomadic.com/apps, και η κύρια λειτουργία του είναι "Removes the word Pokemon from all web pages and replaces it with a random word".

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

screenshot

Λήψη αρχείου CRX της επέκτασης PokeDemon - Pokemon Replacer

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

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

                        PokeDemon replaces all instances of the word Pokemon in your browser to a random other game. If you're tired of hearing the world go crazy about Pokemon then this is the extension for you.                    

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

Όνομα PokeDemon - Pokemon Replacer PokeDemon - Pokemon Replacer
ID ckmckfpgpinaipfjomhahlahnindcnpp
Επίσημο URL https://chromewebstore.google.com/detail/pokedemon-pokemon-replace/ckmckfpgpinaipfjomhahlahnindcnpp
Περιγραφή Removes the word Pokemon from all web pages and replaces it with a random word
Μέγεθος Αρχείου 38.52 KB
Αριθμός Εγκαταστάσεων 36
Τρέχουσα Έκδοση 1.0.1
Τελευταία Ενημέρωση 2016-07-23
Ημερομηνία Δημοσίευσης 2016-07-23
Αξιολόγηση 2.50/5 Συνολικά 4 Αξιολογήσεις
Προγραμματιστής https://diginomadic.com/apps
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "PokeDemon - Pokemon Replacer",
    "description": "Removes the word Pokemon from all web pages and replaces it with a random word",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "version": "1.0.1",
    "short_name": "PokeDemon",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}