PokeDemon - Pokemon Replacer

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

Co to jest PokeDemon - Pokemon Replacer?

PokeDemon - Pokemon Replacer to rozszerzenie Chrome opracowane przez https://diginomadic.com/apps, a jego główną funkcją jest „Removes the word Pokemon from all web pages and replaces it with a random word”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia PokeDemon - Pokemon Replacer

Pobierz pliki rozszerzeń PokeDemon - Pokemon Replacer w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa PokeDemon - Pokemon Replacer PokeDemon - Pokemon Replacer
ID ckmckfpgpinaipfjomhahlahnindcnpp
Oficjalny URL https://chromewebstore.google.com/detail/pokedemon-pokemon-replace/ckmckfpgpinaipfjomhahlahnindcnpp
Opis Removes the word Pokemon from all web pages and replaces it with a random word
Rozmiar pliku 38.52 KB
Liczba instalacji 36
Aktualna Wersja 1.0.1
Ostatnia Aktualizacja 2016-07-23
Data Publikacji 2016-07-23
Ocena 2.50/5 Łącznie 4 Oceny
Deweloper https://diginomadic.com/apps
Typ Płatności free
Obsługiwane Języki 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"
        }
    ]
}