Kill St Patty

End the St Patty’s Day Madness.

Kill St Pattyとは何ですか?

Kill St Pattyはvocativinteractiveによって開発されたChromeの拡張機能で、その主な機能は「End the St Patty’s Day Madness.」です。

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

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

拡張機能の使用方法

                        Sick of seeing St Patrick's Day written as 'St Patty's Day'?

Yeah. So were we. So we wrote a simple Chrome extension that changes all appearances of St Patty's Day to either Paddy's Day or St Patrick's Day, as God intended. 

YOU'RE WELCOME                    

拡張機能の基本情報

名前 Kill St Patty Kill St Patty
ID fehbfnlfngcbddklcpccgiddhngleejh
公式URL https://chrome.google.com/webstore/detail/kill-st-patty/fehbfnlfngcbddklcpccgiddhngleejh
説明 End the St Patty’s Day Madness.
ファイルサイズ 32.39 KB
インストール数 12
現在のバージョン 7.0
最終更新日 2016-03-14
公開日 2016-03-14
評価 3.00/5 合計 1 レビュー
開発者 vocativinteractive
Eメール [email protected]
支払い方法 free
対応言語 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Kill St Patty",
    "version": "7.0",
    "description": "End the St Patty\u2019s Day Madness.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "all_frames": true,
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}