Kill St Patty
End the St Patty’s Day Madness.
Was ist Kill St Patty?
Kill St Patty ist eine Chrome-Erweiterung, die von vocativinteractive entwickelt wurde, und ihr Hauptmerkmal ist "End the St Patty’s Day Madness.".
Kill St Patty-Erweiterungs-CRX-Datei herunterladen
Laden Sie Kill St Patty-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | |
ID | fehbfnlfngcbddklcpccgiddhngleejh |
Offizielle URL | https://chrome.google.com/webstore/detail/kill-st-patty/fehbfnlfngcbddklcpccgiddhngleejh |
Beschreibung | End the St Patty’s Day Madness. |
Dateigröße | 32.39 KB |
Installationsanzahl | 12 |
Aktuelle Version | 7.0 |
Letztes Update | 2016-03-14 |
Veröffentlichungsdatum | 2016-03-14 |
Bewertung | 3.00/5 Insgesamt 1 Bewertungen |
Entwickler | vocativinteractive |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" } } |