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"
    ]
}