Brexit Filthifier
Replaces the word Brexit with a random bit of filth - by @QuantumPirate
Co to jest Brexit Filthifier?
Brexit Filthifier to rozszerzenie Chrome opracowane przez QuantumPirate, a jego główną funkcją jest „Replaces the word Brexit with a random bit of filth - by @QuantumPirate”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Brexit Filthifier
Pobierz pliki rozszerzeń Brexit Filthifier 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 fucking 'Brexit' on every webpage no more? Well worry no more, as long as you prefer filth that is. v1.1 -Now includes additional Scottish swears, because lets face it, the Scottish are awesome at swearing -Also replaces any mention of "Trump" with a random insult
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | bcohekienkmelpifeeifhacpllfcajif |
Oficjalny URL | https://chrome.google.com/webstore/detail/brexit-filthifier/bcohekienkmelpifeeifhacpllfcajif |
Opis | Replaces the word Brexit with a random bit of filth - by @QuantumPirate |
Rozmiar pliku | 23.97 KB |
Liczba instalacji | 18 |
Aktualna Wersja | 1.1 |
Ostatnia Aktualizacja | 2017-02-02 |
Data Publikacji | 2017-02-02 |
Ocena | 4.88/5 Łącznie 8 Oceny |
Deweloper | QuantumPirate |
Typ Płatności | free |
Strona Rozszerzenia | https://twitter.com/QuantumPirate |
Obsługiwane Języki | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Brexit Filthifier", "description": "Replaces the word Brexit with a random bit of filth - by @QuantumPirate", "version": "1.1", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ] } |