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
电子邮箱 [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"
    }
}