PokemonGo to Going Outside

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

Cos'è PokemonGo to Going Outside?

PokemonGo to Going Outside è un'estensione di Chrome sviluppata da UmbleC, e la sua funzione principale è "Replaces the text 'Pokemon Go' with 'Go Outside and Talk to people'.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione PokemonGo to Going Outside

Scarica i file di estensione PokemonGo to Going Outside in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome PokemonGo to Going Outside PokemonGo to Going Outside
ID egoggplbblpkmdekligdlackcejbopkb
URL Ufficiale https://chromewebstore.google.com/detail/pokemongo-to-going-outsid/egoggplbblpkmdekligdlackcejbopkb
Descrizione Replaces the text 'Pokemon Go' with 'Go Outside and Talk to people'.
Dimensione del File 3.87 KB
Conteggio Installazioni 15
Versione Corrente 1.0
Ultimo Aggiornamento 2016-07-14
Data di Pubblicazione 2016-07-13
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore UmbleC
Tipo di Pagamento free
Lingue Supportate 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"
        }
    ]
}