4k To Butt

Replaces 4k with Butt all over the web

什麼是4k To Butt?

4k To Butt是由JTaylorApps開發的Chrome擴展程式,該擴展的主要功能是“Replaces 4k with Butt all over the web”。

擴展截圖

screenshot

下載4k To Butt擴展crx文件

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

擴展使用說明

                        Lightweight and open source extension that converts the term "4k" to "Butt" all over the web.

Written originally by /u/Killeri404
Compiled and released by me, on his behalf

Version 1.0.1:
- Initial Release                    

擴展基本資訊

名稱 4k To Butt 4k To Butt
ID cebppknaomfckghmlcmakemojakcegpc
官方網址 https://chromewebstore.google.com/detail/4k-to-butt/cebppknaomfckghmlcmakemojakcegpc
簡介 Replaces 4k with Butt all over the web
檔案大小 15.87 KB
安裝次數 180
目前版本 1.0.1
更新時間 2014-06-06
上架時間 2014-06-05
評分 3.90/5 共 10 次評分
開發者 JTaylorApps
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "4k To Butt",
    "version": "1.0.1",
    "manifest_version": 2,
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.jpg"
    },
    "description": "Replaces 4k with Butt all over the web",
    "content_scripts": [
        {
            "js": [
                "contentScript.js"
            ],
            "matches": [
                ""
            ],
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        "contentScript.js"
    ]
}