Brexit Filthifier

Replaces the word Brexit with a random bit of filth - by @QuantumPirate

What is Brexit Filthifier?

Brexit Filthifier is a Chrome extension developed by QuantumPirate, and its main feature is "Replaces the word Brexit with a random bit of filth - by @QuantumPirate".

Extension Screenshots

screenshot

Download Brexit Filthifier Extension CRX File

Download Brexit Filthifier extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Brexit Filthifier Brexit Filthifier
ID bcohekienkmelpifeeifhacpllfcajif
Official URL https://chrome.google.com/webstore/detail/brexit-filthifier/bcohekienkmelpifeeifhacpllfcajif
Description Replaces the word Brexit with a random bit of filth - by @QuantumPirate
File Size 23.97 KB
Installation Count 18
Current Version 1.1
Last Updated 2017-02-02
Publish Date 2017-02-02
Rating 4.88/5 Total 8 Ratings
Developer QuantumPirate
Payment Type free
Extension Website https://twitter.com/QuantumPirate
Supported Languages 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"
        }
    ]
}