Brexit Filthifier
Replaces the word Brexit with a random bit of filth - by @QuantumPirate
Wat is Brexit Filthifier?
Brexit Filthifier is een Chrome-extensie ontwikkeld door QuantumPirate, en de belangrijkste functie is "Replaces the word Brexit with a random bit of filth - by @QuantumPirate".
Extensie Screenshots
Download het CRX-bestand van de extensie Brexit Filthifier
Download Brexit Filthifier-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | |
ID | bcohekienkmelpifeeifhacpllfcajif |
Officiële URL | https://chrome.google.com/webstore/detail/brexit-filthifier/bcohekienkmelpifeeifhacpllfcajif |
Beschrijving | Replaces the word Brexit with a random bit of filth - by @QuantumPirate |
Bestandsgrootte | 23.97 KB |
Aantal Installaties | 18 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2017-02-02 |
Publicatiedatum | 2017-02-02 |
Beoordeling | 4.88/5 Totaal 8 Beoordelingen |
Ontwikkelaar | QuantumPirate |
Betalingswijze | free |
Extensiewebsite | https://twitter.com/QuantumPirate |
Ondersteunde Talen | 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" } ] } |