PokemonGo to Going Outside

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

Co to jest PokemonGo to Going Outside?

PokemonGo to Going Outside to rozszerzenie Chrome opracowane przez UmbleC, a jego główną funkcją jest „Replaces the text 'Pokemon Go' with 'Go Outside and Talk to people'.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia PokemonGo to Going Outside

Pobierz pliki rozszerzeń PokemonGo to Going Outside w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa PokemonGo to Going Outside PokemonGo to Going Outside
ID egoggplbblpkmdekligdlackcejbopkb
Oficjalny URL https://chromewebstore.google.com/detail/pokemongo-to-going-outsid/egoggplbblpkmdekligdlackcejbopkb
Opis Replaces the text 'Pokemon Go' with 'Go Outside and Talk to people'.
Rozmiar pliku 3.87 KB
Liczba instalacji 15
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2016-07-14
Data Publikacji 2016-07-13
Ocena 5.00/5 Łącznie 3 Oceny
Deweloper UmbleC
Typ Płatności free
Obsługiwane Języki 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"
        }
    ]
}