PokeDemon - Pokemon Replacer

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

Vad är PokeDemon - Pokemon Replacer?

PokeDemon - Pokemon Replacer är en Chrome-tillägg utvecklad av https://diginomadic.com/apps, och dess huvudfunktion är "Removes the word Pokemon from all web pages and replaces it with a random word".

Tilläggsskärmbilder

screenshot

Ladda ner PokeDemon - Pokemon Replacer-förlängningens CRX-fil

Ladda ner PokeDemon - Pokemon Replacer-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn PokeDemon - Pokemon Replacer PokeDemon - Pokemon Replacer
ID ckmckfpgpinaipfjomhahlahnindcnpp
Officiell webbadress https://chromewebstore.google.com/detail/pokedemon-pokemon-replace/ckmckfpgpinaipfjomhahlahnindcnpp
Beskrivning Removes the word Pokemon from all web pages and replaces it with a random word
Filstorlek 38.52 KB
Antal Installationer 36
Aktuell Version 1.0.1
Senast Uppdaterad 2016-07-23
Publiceringsdatum 2016-07-23
Betyg 2.50/5 Totalt 4 Betyg
Utvecklare https://diginomadic.com/apps
Betalningssätt free
Stödda Språk 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"
        }
    ]
}