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