PokemonGo to Going Outside

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

什么是PokemonGo to Going Outside?

PokemonGo to Going Outside是由UmbleC开发的Chrome扩展程序,该扩展的主要功能是“Replaces the text 'Pokemon Go' with 'Go Outside and Talk to people'.”。

扩展截图

screenshot

下载PokemonGo to Going Outside扩展crx文件

下载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"
        }
    ]
}