PokeDemon - Pokemon Replacer

Removes the word Pokemon from all web pages and replaces it with a random word

什麼是PokeDemon - Pokemon Replacer?

PokeDemon - Pokemon Replacer是由https://diginomadic.com/apps開發的Chrome擴展程式,該擴展的主要功能是“Removes the word Pokemon from all web pages and replaces it with a random word”。

擴展截圖

screenshot

下載PokeDemon - Pokemon Replacer擴展crx文件

下載PokeDemon - Pokemon Replacer擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        PokeDemon replaces all instances of the word Pokemon in your browser to a random other game. If you're tired of hearing the world go crazy about Pokemon then this is the extension for you.                    

擴展基本資訊

名稱 PokeDemon - Pokemon Replacer PokeDemon - Pokemon Replacer
ID ckmckfpgpinaipfjomhahlahnindcnpp
官方網址 https://chromewebstore.google.com/detail/pokedemon-pokemon-replace/ckmckfpgpinaipfjomhahlahnindcnpp
簡介 Removes the word Pokemon from all web pages and replaces it with a random word
檔案大小 38.52 KB
安裝次數 36
目前版本 1.0.1
更新時間 2016-07-23
上架時間 2016-07-23
評分 2.50/5 共 4 次評分
開發者 https://diginomadic.com/apps
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "PokeDemon - Pokemon Replacer",
    "description": "Removes the word Pokemon from all web pages and replaces it with a random word",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "version": "1.0.1",
    "short_name": "PokeDemon",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}