PokemonGo to Going Outside

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

Vad är PokemonGo to Going Outside?

PokemonGo to Going Outside är en Chrome-tillägg utvecklad av UmbleC, och dess huvudfunktion är "Replaces the text 'Pokemon Go' with 'Go Outside and Talk to people'.".

Tilläggsskärmbilder

screenshot

Ladda ner PokemonGo to Going Outside-förlängningens CRX-fil

Ladda ner PokemonGo to Going Outside-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn PokemonGo to Going Outside PokemonGo to Going Outside
ID egoggplbblpkmdekligdlackcejbopkb
Officiell webbadress https://chromewebstore.google.com/detail/pokemongo-to-going-outsid/egoggplbblpkmdekligdlackcejbopkb
Beskrivning Replaces the text 'Pokemon Go' with 'Go Outside and Talk to people'.
Filstorlek 3.87 KB
Antal Installationer 15
Aktuell Version 1.0
Senast Uppdaterad 2016-07-14
Publiceringsdatum 2016-07-13
Betyg 5.00/5 Totalt 3 Betyg
Utvecklare UmbleC
Betalningssätt free
Stödda Språk 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"
        }
    ]
}