Brexit Filthifier

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

Τι είναι το Brexit Filthifier;

Το Brexit Filthifier είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον QuantumPirate, και η κύρια λειτουργία του είναι "Replaces the word Brexit with a random bit of filth - by @QuantumPirate".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Brexit Filthifier

Λήψη αρχείων επέκτασης Brexit Filthifier σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Brexit Filthifier Brexit Filthifier
ID bcohekienkmelpifeeifhacpllfcajif
Επίσημο URL https://chrome.google.com/webstore/detail/brexit-filthifier/bcohekienkmelpifeeifhacpllfcajif
Περιγραφή Replaces the word Brexit with a random bit of filth - by @QuantumPirate
Μέγεθος Αρχείου 23.97 KB
Αριθμός Εγκαταστάσεων 18
Τρέχουσα Έκδοση 1.1
Τελευταία Ενημέρωση 2017-02-02
Ημερομηνία Δημοσίευσης 2017-02-02
Αξιολόγηση 4.88/5 Συνολικά 8 Αξιολογήσεις
Προγραμματιστής QuantumPirate
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://twitter.com/QuantumPirate
Υποστηριζόμενες Γλώσσες 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"
        }
    ]
}