Kill St Patty
End the St Patty’s Day Madness.
Co to jest Kill St Patty?
Kill St Patty to rozszerzenie Chrome opracowane przez vocativinteractive, a jego główną funkcją jest „End the St Patty’s Day Madness.”.
Pobierz plik CRX rozszerzenia Kill St Patty
Pobierz pliki rozszerzeń Kill St Patty w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | fehbfnlfngcbddklcpccgiddhngleejh |
Oficjalny URL | https://chrome.google.com/webstore/detail/kill-st-patty/fehbfnlfngcbddklcpccgiddhngleejh |
Opis | End the St Patty’s Day Madness. |
Rozmiar pliku | 32.39 KB |
Liczba instalacji | 12 |
Aktualna Wersja | 7.0 |
Ostatnia Aktualizacja | 2016-03-14 |
Data Publikacji | 2016-03-14 |
Ocena | 3.00/5 Łącznie 1 Oceny |
Deweloper | vocativinteractive |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" } } |