Brexit Filthifier

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

Co je Brexit Filthifier?

Brexit Filthifier je rozšíření Chrome vyvinuté QuantumPirate, a jeho hlavní funkcí je „Replaces the word Brexit with a random bit of filth - by @QuantumPirate“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Brexit Filthifier

Stáhněte si soubory rozšíření Brexit Filthifier ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Brexit Filthifier Brexit Filthifier
ID bcohekienkmelpifeeifhacpllfcajif
Oficiální URL https://chrome.google.com/webstore/detail/brexit-filthifier/bcohekienkmelpifeeifhacpllfcajif
Popis Replaces the word Brexit with a random bit of filth - by @QuantumPirate
Velikost souboru 23.97 KB
Počet instalací 18
Aktuální Verze 1.1
Poslední Aktualizace 2017-02-02
Datum Vydání 2017-02-02
Hodnocení 4.88/5 Celkem 8 Hodnocení
Vývojář QuantumPirate
Typ Platby free
Webové stránky Rozšíření https://twitter.com/QuantumPirate
Podporované Jazyky 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"
        }
    ]
}