PokemonGo to Going Outside

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

Hvad er PokemonGo to Going Outside?

PokemonGo to Going Outside er en Chrome-udvidelse udviklet af UmbleC, og dens hovedfunktion er "Replaces the text 'Pokemon Go' with 'Go Outside and Talk to people'.".

Udvidelsesskærmbilleder

screenshot

Download PokemonGo to Going Outside-udvidelses-CRX-fil

Download PokemonGo to Going Outside-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn PokemonGo to Going Outside PokemonGo to Going Outside
ID egoggplbblpkmdekligdlackcejbopkb
Officiel URL https://chromewebstore.google.com/detail/pokemongo-to-going-outsid/egoggplbblpkmdekligdlackcejbopkb
Beskrivelse Replaces the text 'Pokemon Go' with 'Go Outside and Talk to people'.
Filstørrelse 3.87 KB
Antal Installationer 15
Nuværende Version 1.0
Senest Opdateret 2016-07-14
Udgivelsesdato 2016-07-13
Bedømmelse 5.00/5 Samlet 3 Bedømmelser
Udvikler UmbleC
Betalingsmetode free
Understøttede Sprog 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"
        }
    ]
}