PokemonGo to Going Outside

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

Что такое PokemonGo to Going Outside?

PokemonGo to Going Outside - это расширение Chrome, разработанное UmbleC, и его основная функция - "Replaces the text 'Pokemon Go' with 'Go Outside and Talk to people'.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения PokemonGo to Going Outside

Скачайте файлы расширений PokemonGo to Going Outside в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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                    

Основная информация о расширении

Название PokemonGo to Going Outside PokemonGo to Going Outside
ID egoggplbblpkmdekligdlackcejbopkb
Официальный URL https://chromewebstore.google.com/detail/pokemongo-to-going-outsid/egoggplbblpkmdekligdlackcejbopkb
Описание Replaces the text 'Pokemon Go' with 'Go Outside and Talk to people'.
Размер файла 3.87 KB
Количество установок 15
Текущая Версия 1.0
Последнее Обновление 2016-07-14
Дата публикации 2016-07-13
Рейтинг 5.00/5 Всего 3 оценок
Разработчик UmbleC
Тип оплаты free
Поддерживаемые языки 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"
        }
    ]
}