Fear Mongering Shithead

Replaces the text 'Stephen Harper' with 'Some Fear Mongering Shithead'.

Τι είναι το Fear Mongering Shithead;

Το Fear Mongering Shithead είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Unknown, και η κύρια λειτουργία του είναι "Replaces the text 'Stephen Harper' with 'Some Fear Mongering Shithead'.".

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

screenshot

Λήψη αρχείου CRX της επέκτασης Fear Mongering Shithead

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

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

                        Replaces the text 'Stephen Harper' with 'Some Fear Mongering Shithead'.  A fork of Some Rich Asshole                    

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

Όνομα Fear Mongering Shithead Fear Mongering Shithead
ID hkgpjbjehhennbkmmhhoelofdhhcfhfk
Επίσημο URL https://chromewebstore.google.com/detail/fear-mongering-shithead/hkgpjbjehhennbkmmhhoelofdhhcfhfk
Περιγραφή Replaces the text 'Stephen Harper' with 'Some Fear Mongering Shithead'.
Μέγεθος Αρχείου 34.96 KB
Αριθμός Εγκαταστάσεων 11
Τρέχουσα Έκδοση 1.0
Τελευταία Ενημέρωση 2015-10-16
Ημερομηνία Δημοσίευσης 2015-10-16
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής Unknown
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Fear Mongering Shithead",
    "version": "1.0",
    "description": "Replaces the text 'Stephen Harper' with 'Some Fear Mongering Shithead'.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "128": "icon128.png"
    }
}