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
Eメール [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"
        ]
    }
}