Ward to Beardy McTraitorson
Replaces the text 'Ward' with 'Beardy McTraitorson'.
Co to jest Ward to Beardy McTraitorson?
Ward to Beardy McTraitorson to rozszerzenie Chrome opracowane przez Andrew, a jego główną funkcją jest „Replaces the text 'Ward' with 'Beardy McTraitorson'.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Ward to Beardy McTraitorson
Pobierz pliki rozszerzeń Ward to Beardy McTraitorson 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
Replaces "Ward" with "Beardy McTraitorson" Uses panicsteve's cloud-to-butt code: https://github.com/panicsteve/cloud-to-butt
Podstawowe informacje o rozszerzeniu
Nazwa | Ward to Beardy McTraitorson |
ID | eeiloalhakajfbkokmlmlmkdbcidinfd |
Oficjalny URL | https://chromewebstore.google.com/detail/ward-to-beardy-mctraitors/eeiloalhakajfbkokmlmlmkdbcidinfd |
Opis | Replaces the text 'Ward' with 'Beardy McTraitorson'. |
Rozmiar pliku | 3.36 KB |
Liczba instalacji | 23 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2014-09-25 |
Data Publikacji | 2014-09-25 |
Ocena | 5.00/5 Łącznie 5 Oceny |
Deweloper | Andrew |
Typ Płatności | free |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Ward to Beardy McTraitorson", "version": "1.0", "description": "Replaces the text 'Ward' with 'Beardy McTraitorson'.", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content_script.js" ], "run_at": "document_end" } ] } |