Kill St Patty

End the St Patty’s Day Madness.

Vad är Kill St Patty?

Kill St Patty är en Chrome-tillägg utvecklad av vocativinteractive, och dess huvudfunktion är "End the St Patty’s Day Madness.".

Ladda ner Kill St Patty-förlängningens CRX-fil

Ladda ner Kill St Patty-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Kill St Patty Kill St Patty
ID fehbfnlfngcbddklcpccgiddhngleejh
Officiell webbadress https://chrome.google.com/webstore/detail/kill-st-patty/fehbfnlfngcbddklcpccgiddhngleejh
Beskrivning End the St Patty’s Day Madness.
Filstorlek 32.39 KB
Antal Installationer 12
Aktuell Version 7.0
Senast Uppdaterad 2016-03-14
Publiceringsdatum 2016-03-14
Betyg 3.00/5 Totalt 1 Betyg
Utvecklare vocativinteractive
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    }
}