Ten Percent Butts

Provides butts. Provides a toggle button to replace approximately 10% of the words on a page with the word "butts." We do our best…

什么是Ten Percent Butts?

Ten Percent Butts是由littleviking001开发的Chrome扩展程序,该扩展的主要功能是“Provides butts. Provides a toggle button to replace approximately 10% of the words on a page with the word "butts." We do our best…”。

扩展截图

screenshot
screenshot

下载Ten Percent Butts扩展crx文件

下载Ten Percent Butts扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Provides butts.

Provides a toggle button to replace approximately 10% of the words on a page with the word "butts." We do our best to respect sentence structure and capitalization. New functionality lets you take the wheel and decide exactly what percent of words to replace on a page!                    

扩展基本信息

名称 Ten Percent Butts Ten Percent Butts
ID kcejaippmcihfdohmlhdgadgjgpdkggl
官方URL https://chromewebstore.google.com/detail/ten-percent-butts/kcejaippmcihfdohmlhdgadgjgpdkggl
简介 Provides butts. Provides a toggle button to replace approximately 10% of the words on a page with the word "butts." We do our best…
文件大小 559 KB
安装次数 69
当前版本 0.1.0
更新时间 2016-03-24
上架时间 2016-03-23
评分 4.43/5 共7次评分
开发者 littleviking001
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Ten Percent Butts",
    "version": "0.1.0",
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jspos-0.2.2\/lexer.js",
                "jspos-0.2.2\/lexicon.js_",
                "jspos-0.2.2\/POSTagger.js",
                "tenpb.js",
                "tenpb.chrome.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}