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
官方網址 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"
        }
    ]
}