Kill St Patty

End the St Patty’s Day Madness.

O que é Kill St Patty?

Kill St Patty é uma extensão do Chrome desenvolvida por vocativinteractive, e sua principal característica é "End the St Patty’s Day Madness.".

Baixar o arquivo CRX da Extensão Kill St Patty

Baixe arquivos de extensão Kill St Patty no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Kill St Patty Kill St Patty
ID fehbfnlfngcbddklcpccgiddhngleejh
URL Oficial https://chrome.google.com/webstore/detail/kill-st-patty/fehbfnlfngcbddklcpccgiddhngleejh
Descrição End the St Patty’s Day Madness.
Tamanho do Arquivo 32.39 KB
Contagem de Instalações 12
Versão Atual 7.0
Última Atualização 2016-03-14
Data de Publicação 2016-03-14
Classificação 3.00/5 Total de 1 Avaliações
Desenvolvedor vocativinteractive
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}