PokeDemon - Pokemon Replacer

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

Apa itu PokeDemon - Pokemon Replacer?

PokeDemon - Pokemon Replacer adalah ekstensi Chrome yang dikembangkan oleh https://diginomadic.com/apps, dan fitur utamanya adalah "Removes the word Pokemon from all web pages and replaces it with a random word".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi PokeDemon - Pokemon Replacer

Unduh file ekstensi PokeDemon - Pokemon Replacer dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama PokeDemon - Pokemon Replacer PokeDemon - Pokemon Replacer
ID ckmckfpgpinaipfjomhahlahnindcnpp
URL Resmi https://chromewebstore.google.com/detail/pokedemon-pokemon-replace/ckmckfpgpinaipfjomhahlahnindcnpp
Deskripsi Removes the word Pokemon from all web pages and replaces it with a random word
Ukuran File 38.52 KB
Jumlah Instalasi 36
Versi Saat Ini 1.0.1
Terakhir Diperbarui 2016-07-23
Tanggal Publikasi 2016-07-23
Penilaian 2.50/5 Total 4 Penilaian
Pengembang https://diginomadic.com/apps
Tipe Pembayaran free
Bahasa yang Didukung 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"
        }
    ]
}