Lord Harambe
Replaces all instances of 'God' with 'Harambe'. Dicks out
Co to jest Lord Harambe?
Lord Harambe to rozszerzenie Chrome opracowane przez SirSidis, a jego główną funkcją jest „Replaces all instances of 'God' with 'Harambe'. Dicks out”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Lord Harambe
Pobierz pliki rozszerzeń Lord Harambe 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 all instances of the word 'God' with 'Harambe', our dearly departed friend
Podstawowe informacje o rozszerzeniu
Nazwa | Lord Harambe |
ID | dkjlnnadnhioppalkdangjmfeppakfep |
Oficjalny URL | https://chromewebstore.google.com/detail/lord-harambe/dkjlnnadnhioppalkdangjmfeppakfep |
Opis | Replaces all instances of 'God' with 'Harambe'. Dicks out |
Rozmiar pliku | 8.67 KB |
Liczba instalacji | 78 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2016-07-25 |
Data Publikacji | 2016-07-25 |
Ocena | 4.50/5 Łącznie 12 Oceny |
Deweloper | SirSidis |
Typ Płatności | free |
Obsługiwane Języki | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Lord Harambe", "description": "Replaces all instances of 'God' with 'Harambe'. Dicks out", "version": "1.0", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ] } |