Squid to Kid

Replaces the text 'squid' with 'kid' and vise versa.

什麼是Squid to Kid?

Squid to Kid是由krota開發的Chrome擴展程式,該擴展的主要功能是“Replaces the text 'squid' with 'kid' and vise versa.”。

下載Squid to Kid擴展crx文件

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

擴展使用說明

                        Changes 'squid' to 'kid' and vise versa

Source: https://github.com/krota/squid-to-kid

Forked from Cloud to Butt: https://github.com/panicsteve/cloud-to-butt                    

擴展基本資訊

名稱 Squid to Kid Squid to Kid
ID bodbinigjakmbngmdcknimhpnhnmklji
官方網址 https://chromewebstore.google.com/detail/squid-to-kid/bodbinigjakmbngmdcknimhpnhnmklji
簡介 Replaces the text 'squid' with 'kid' and vise versa.
檔案大小 12.18 KB
安裝次數 66
目前版本 1.1
更新時間 2016-02-23
上架時間 2016-02-22
評分 4.75/5 共 8 次評分
開發者 krota
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Squid to Kid",
    "version": "1.1",
    "description": "Replaces the text 'squid' with 'kid' and vise versa.",
    "icons": {
        "16": "icon16.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}