Kill St Patty

End the St Patty’s Day Madness.

Apa itu Kill St Patty?

Kill St Patty adalah ekstensi Chrome yang dikembangkan oleh vocativinteractive, dan fitur utamanya adalah "End the St Patty’s Day Madness.".

Unduh Berkas CRX Ekstensi Kill St Patty

Unduh file ekstensi Kill St Patty dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Kill St Patty Kill St Patty
ID fehbfnlfngcbddklcpccgiddhngleejh
URL Resmi https://chrome.google.com/webstore/detail/kill-st-patty/fehbfnlfngcbddklcpccgiddhngleejh
Deskripsi End the St Patty’s Day Madness.
Ukuran File 32.39 KB
Jumlah Instalasi 12
Versi Saat Ini 7.0
Terakhir Diperbarui 2016-03-14
Tanggal Publikasi 2016-03-14
Penilaian 3.00/5 Total 1 Penilaian
Pengembang vocativinteractive
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}