Kill St Patty

End the St Patty’s Day Madness.

Qu'est-ce que Kill St Patty ?

Kill St Patty est une extension Chrome développée par vocativinteractive, et sa fonction principale est "End the St Patty’s Day Madness.".

Télécharger le fichier CRX de l'extension Kill St Patty

Téléchargez les fichiers d'extension Kill St Patty au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Kill St Patty Kill St Patty
ID fehbfnlfngcbddklcpccgiddhngleejh
URL Officiel https://chrome.google.com/webstore/detail/kill-st-patty/fehbfnlfngcbddklcpccgiddhngleejh
Description End the St Patty’s Day Madness.
Taille du Fichier 32.39 KB
Nombre d'Installations 12
Version Actuelle 7.0
Dernière Mise à Jour 2016-03-14
Date de Publication 2016-03-14
Évaluation 3.00/5 Total 1 Évaluations
Développeur vocativinteractive
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}