Kill St Patty

End the St Patty’s Day Madness.

Hvad er Kill St Patty?

Kill St Patty er en Chrome-udvidelse udviklet af vocativinteractive, og dens hovedfunktion er "End the St Patty’s Day Madness.".

Download Kill St Patty-udvidelses-CRX-fil

Download Kill St Patty-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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æggende oplysninger om udvidelsen

Navn Kill St Patty Kill St Patty
ID fehbfnlfngcbddklcpccgiddhngleejh
Officiel URL https://chrome.google.com/webstore/detail/kill-st-patty/fehbfnlfngcbddklcpccgiddhngleejh
Beskrivelse End the St Patty’s Day Madness.
Filstørrelse 32.39 KB
Antal Installationer 12
Nuværende Version 7.0
Senest Opdateret 2016-03-14
Udgivelsesdato 2016-03-14
Bedømmelse 3.00/5 Samlet 1 Bedømmelser
Udvikler vocativinteractive
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
    }
}