PokemonGo to Going Outside

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

Co je PokemonGo to Going Outside?

PokemonGo to Going Outside je rozšíření Chrome vyvinuté UmbleC, a jeho hlavní funkcí je „Replaces the text 'Pokemon Go' with 'Go Outside and Talk to people'.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření PokemonGo to Going Outside

Stáhněte si soubory rozšíření PokemonGo to Going Outside ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název PokemonGo to Going Outside PokemonGo to Going Outside
ID egoggplbblpkmdekligdlackcejbopkb
Oficiální URL https://chromewebstore.google.com/detail/pokemongo-to-going-outsid/egoggplbblpkmdekligdlackcejbopkb
Popis Replaces the text 'Pokemon Go' with 'Go Outside and Talk to people'.
Velikost souboru 3.87 KB
Počet instalací 15
Aktuální Verze 1.0
Poslední Aktualizace 2016-07-14
Datum Vydání 2016-07-13
Hodnocení 5.00/5 Celkem 3 Hodnocení
Vývojář UmbleC
Typ Platby free
Podporované Jazyky 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"
        }
    ]
}