PokemonGo to Going Outside

Replaces the text 'Pokemon Go' with 'Go Outside and Talk to people'.

Apa itu PokemonGo to Going Outside?

PokemonGo to Going Outside adalah ekstensi Chrome yang dikembangkan oleh UmbleC, dan fitur utamanya adalah "Replaces the text 'Pokemon Go' with 'Go Outside and Talk to people'.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi PokemonGo to Going Outside

Unduh file ekstensi PokemonGo to Going Outside 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

                        This is another one of those headline / article plugins. 

Replace all the buzz about PokémonGo with what it really is - going outside and talking to people. 

Credit to PJ Vogt for the idea and Eric Bailey's Millenial -> Snake People extension. 

Feel free to have at it here: https://github.com/UmbleC/pokemon-go-to-outside                    

Informasi Dasar Ekstensi

Nama PokemonGo to Going Outside PokemonGo to Going Outside
ID egoggplbblpkmdekligdlackcejbopkb
URL Resmi https://chromewebstore.google.com/detail/pokemongo-to-going-outsid/egoggplbblpkmdekligdlackcejbopkb
Deskripsi Replaces the text 'Pokemon Go' with 'Go Outside and Talk to people'.
Ukuran File 3.87 KB
Jumlah Instalasi 15
Versi Saat Ini 1.0
Terakhir Diperbarui 2016-07-14
Tanggal Publikasi 2016-07-13
Penilaian 5.00/5 Total 3 Penilaian
Pengembang UmbleC
Tipe Pembayaran free
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "PokemonGo to Going Outside",
    "short_name": "Pokemon Go Outside",
    "description": "Replaces the text 'Pokemon Go' with 'Go Outside and Talk to people'.",
    "author": "Chloe Umble",
    "version": "1.0",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "all_frames": true,
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}