Drumpf

Replaces the Trump name with the original name within the current content.

Τι είναι το Drumpf;

Το Drumpf είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον alexako, και η κύρια λειτουργία του είναι "Replaces the Trump name with the original name within the current content.".

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

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

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

                                            

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

Όνομα Drumpf Drumpf
ID jhkcgkbkmifjbicjkbdojclapdecckab
Επίσημο URL https://chrome.google.com/webstore/detail/drumpf/jhkcgkbkmifjbicjkbdojclapdecckab
Περιγραφή Replaces the Trump name with the original name within the current content.
Μέγεθος Αρχείου 36.99 KB
Αριθμός Εγκαταστάσεων 10
Τρέχουσα Έκδοση 1.0
Τελευταία Ενημέρωση 2016-03-06
Ημερομηνία Δημοσίευσης 2016-03-06
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής alexako
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Drumpf",
    "description": "Replaces the Trump name with the original name within the current content.",
    "version": "1.0",
    "icons": {
        "48": "48.png",
        "128": "128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}