Swearable

Use Swearable to glorify the shit out of your web experience!

Swearableとは何ですか?

Swearableはokpartsによって開発されたChromeの拡張機能で、その主な機能は「Use Swearable to glorify the shit out of your web experience!」です。

Swearable拡張機能のCRXファイルをダウンロード

Swearable拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Swearable glorifies the shit out of your Chrome web experience!  Swearable injects a variety of swear words into every web page you visit.  You will not be disappointed, unless you're a holyroller or prig or goody two-shoes or generally don't like swearing                    

拡張機能の基本情報

名前 Swearable Swearable
ID padconfncnccomkbmlbpcdpmbbelmkmn
公式URL https://chrome.google.com/webstore/detail/swearable/padconfncnccomkbmlbpcdpmbbelmkmn
説明 Use Swearable to glorify the shit out of your web experience!
ファイルサイズ 15.99 KB
インストール数 29
現在のバージョン 0.0.3
最終更新日 2015-05-27
公開日 2015-05-27
評価 5.00/5 合計 1 レビュー
開発者 okparts
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Swearable",
    "short_name": "Swearable",
    "description": "Use Swearable to glorify the shit out of your web experience!",
    "version": "0.0.3",
    "icons": {
        "19": "images\/icon19.png",
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_icon": "images\/icon19.png",
        "default_title": "Swearable",
        "default_popup": "html\/popup.html"
    },
    "options_page": "options\/options.html",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/swearable.js"
            ]
        }
    ]
}