PokeDemon - Pokemon Replacer

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

Qu'est-ce que PokeDemon - Pokemon Replacer ?

PokeDemon - Pokemon Replacer est une extension Chrome développée par https://diginomadic.com/apps, et sa fonction principale est "Removes the word Pokemon from all web pages and replaces it with a random word".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension PokeDemon - Pokemon Replacer

Téléchargez les fichiers d'extension PokeDemon - Pokemon Replacer 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

                        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.                    

Informations de Base sur l'Extension

Nom PokeDemon - Pokemon Replacer PokeDemon - Pokemon Replacer
ID ckmckfpgpinaipfjomhahlahnindcnpp
URL Officiel https://chromewebstore.google.com/detail/pokedemon-pokemon-replace/ckmckfpgpinaipfjomhahlahnindcnpp
Description Removes the word Pokemon from all web pages and replaces it with a random word
Taille du Fichier 38.52 KB
Nombre d'Installations 36
Version Actuelle 1.0.1
Dernière Mise à Jour 2016-07-23
Date de Publication 2016-07-23
Évaluation 2.50/5 Total 4 Évaluations
Développeur https://diginomadic.com/apps
Type de Paiement free
Langues Prises en Charge 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"
        }
    ]
}