Brexit Filthifier

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

Cos'è Brexit Filthifier?

Brexit Filthifier è un'estensione di Chrome sviluppata da QuantumPirate, e la sua funzione principale è "Replaces the word Brexit with a random bit of filth - by @QuantumPirate".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Brexit Filthifier

Scarica i file di estensione Brexit Filthifier in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Brexit Filthifier Brexit Filthifier
ID bcohekienkmelpifeeifhacpllfcajif
URL Ufficiale https://chrome.google.com/webstore/detail/brexit-filthifier/bcohekienkmelpifeeifhacpllfcajif
Descrizione Replaces the word Brexit with a random bit of filth - by @QuantumPirate
Dimensione del File 23.97 KB
Conteggio Installazioni 18
Versione Corrente 1.1
Ultimo Aggiornamento 2017-02-02
Data di Pubblicazione 2017-02-02
Valutazione 4.88/5 Totale 8 Valutazioni
Sviluppatore QuantumPirate
Tipo di Pagamento free
Sito Web dell'Estensione https://twitter.com/QuantumPirate
Lingue Supportate 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"
        }
    ]
}