Kill St Patty
End the St Patty’s Day Madness.
Cos'è Kill St Patty?
Kill St Patty è un'estensione di Chrome sviluppata da vocativinteractive, e la sua funzione principale è "End the St Patty’s Day Madness.".
Scarica il file CRX dell'estensione Kill St Patty
Scarica i file di estensione Kill St Patty in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | |
ID | fehbfnlfngcbddklcpccgiddhngleejh |
URL Ufficiale | https://chrome.google.com/webstore/detail/kill-st-patty/fehbfnlfngcbddklcpccgiddhngleejh |
Descrizione | End the St Patty’s Day Madness. |
Dimensione del File | 32.39 KB |
Conteggio Installazioni | 12 |
Versione Corrente | 7.0 |
Ultimo Aggiornamento | 2016-03-14 |
Data di Pubblicazione | 2016-03-14 |
Valutazione | 3.00/5 Totale 1 Valutazioni |
Sviluppatore | vocativinteractive |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |