Brexit Filthifier
Replaces the word Brexit with a random bit of filth - by @QuantumPirate
Vad är Brexit Filthifier?
Brexit Filthifier är en Chrome-tillägg utvecklad av QuantumPirate, och dess huvudfunktion är "Replaces the word Brexit with a random bit of filth - by @QuantumPirate".
Tilläggsskärmbilder
Ladda ner Brexit Filthifier-förlängningens CRX-fil
Ladda ner Brexit Filthifier-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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
Grundläggande Information om Tillägg
Namn | |
ID | bcohekienkmelpifeeifhacpllfcajif |
Officiell webbadress | https://chrome.google.com/webstore/detail/brexit-filthifier/bcohekienkmelpifeeifhacpllfcajif |
Beskrivning | Replaces the word Brexit with a random bit of filth - by @QuantumPirate |
Filstorlek | 23.97 KB |
Antal Installationer | 18 |
Aktuell Version | 1.1 |
Senast Uppdaterad | 2017-02-02 |
Publiceringsdatum | 2017-02-02 |
Betyg | 4.88/5 Totalt 8 Betyg |
Utvecklare | QuantumPirate |
Betalningssätt | free |
Tilläggswebbplats | https://twitter.com/QuantumPirate |
Stödda Språk | 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" } ] } |