PokeDemon - Pokemon Replacer

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

Wat is PokeDemon - Pokemon Replacer?

PokeDemon - Pokemon Replacer is een Chrome-extensie ontwikkeld door https://diginomadic.com/apps, en de belangrijkste functie is "Removes the word Pokemon from all web pages and replaces it with a random word".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie PokeDemon - Pokemon Replacer

Download PokeDemon - Pokemon Replacer-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

                        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.                    

Basisinformatie over de Extensie

Naam PokeDemon - Pokemon Replacer PokeDemon - Pokemon Replacer
ID ckmckfpgpinaipfjomhahlahnindcnpp
Officiële URL https://chromewebstore.google.com/detail/pokedemon-pokemon-replace/ckmckfpgpinaipfjomhahlahnindcnpp
Beschrijving Removes the word Pokemon from all web pages and replaces it with a random word
Bestandsgrootte 38.52 KB
Aantal Installaties 36
Huidige Versie 1.0.1
Laatst Bijgewerkt 2016-07-23
Publicatiedatum 2016-07-23
Beoordeling 2.50/5 Totaal 4 Beoordelingen
Ontwikkelaar https://diginomadic.com/apps
Betalingswijze free
Ondersteunde Talen 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"
        }
    ]
}