Terrorist to Coward

Terrorists aspire to that title but they don't deserve it. This is how we take it away from them.

Τι είναι το Terrorist to Coward;

Το Terrorist to Coward είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Mack Flavelle, και η κύρια λειτουργία του είναι "Terrorists aspire to that title but they don't deserve it. This is how we take it away from them.".

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

screenshot

Λήψη αρχείου CRX της επέκτασης Terrorist to Coward

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

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

                        Terrorists are cowards. That is what they should be called.

This chrome extension changes the word terrorist (and variations of) to coward on web pages.                    

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

Όνομα Terrorist to Coward Terrorist to Coward
ID camjpbmlpgfcgilkohfkglmeojghicik
Επίσημο URL https://chromewebstore.google.com/detail/terrorist-to-coward/camjpbmlpgfcgilkohfkglmeojghicik
Περιγραφή Terrorists aspire to that title but they don't deserve it. This is how we take it away from them.
Μέγεθος Αρχείου 36.08 KB
Αριθμός Εγκαταστάσεων 34
Τρέχουσα Έκδοση 0.1.1
Τελευταία Ενημέρωση 2016-02-26
Ημερομηνία Δημοσίευσης 2016-02-25
Αξιολόγηση 4.89/5 Συνολικά 19 Αξιολογήσεις
Προγραμματιστής Mack Flavelle
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Terrorist to Coward",
    "version": "0.1.1",
    "manifest_version": 2,
    "description": "Terrorists aspire to that title but they don't deserve it. This is how we take it away from them.",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery.min.js",
                "contentscript.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ]
}