PokemonGo to Going Outside

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

Wat is PokemonGo to Going Outside?

PokemonGo to Going Outside is een Chrome-extensie ontwikkeld door UmbleC, en de belangrijkste functie is "Replaces the text 'Pokemon Go' with 'Go Outside and Talk to people'.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie PokemonGo to Going Outside

Download PokemonGo to Going Outside-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam PokemonGo to Going Outside PokemonGo to Going Outside
ID egoggplbblpkmdekligdlackcejbopkb
Officiële URL https://chromewebstore.google.com/detail/pokemongo-to-going-outsid/egoggplbblpkmdekligdlackcejbopkb
Beschrijving Replaces the text 'Pokemon Go' with 'Go Outside and Talk to people'.
Bestandsgrootte 3.87 KB
Aantal Installaties 15
Huidige Versie 1.0
Laatst Bijgewerkt 2016-07-14
Publicatiedatum 2016-07-13
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar UmbleC
Betalingswijze free
Ondersteunde Talen 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"
        }
    ]
}