PokemonGo to Going Outside

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

Was ist PokemonGo to Going Outside?

PokemonGo to Going Outside ist eine Chrome-Erweiterung, die von UmbleC entwickelt wurde, und ihr Hauptmerkmal ist "Replaces the text 'Pokemon Go' with 'Go Outside and Talk to people'.".

Erweiterungsscreenshots

screenshot

PokemonGo to Going Outside-Erweiterungs-CRX-Datei herunterladen

Laden Sie PokemonGo to Going Outside-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name PokemonGo to Going Outside PokemonGo to Going Outside
ID egoggplbblpkmdekligdlackcejbopkb
Offizielle URL https://chromewebstore.google.com/detail/pokemongo-to-going-outsid/egoggplbblpkmdekligdlackcejbopkb
Beschreibung Replaces the text 'Pokemon Go' with 'Go Outside and Talk to people'.
Dateigröße 3.87 KB
Installationsanzahl 15
Aktuelle Version 1.0
Letztes Update 2016-07-14
Veröffentlichungsdatum 2016-07-13
Bewertung 5.00/5 Insgesamt 3 Bewertungen
Entwickler UmbleC
Zahlungsart free
Unterstützte Sprachen 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"
        }
    ]
}