Drumpfinator++

Add this app to your Chrome browser to make reading new articles great again.

Τι είναι το Drumpfinator++;

Το Drumpfinator++ είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον McRain, και η κύρια λειτουργία του είναι "Add this app to your Chrome browser to make reading new articles great again.".

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

screenshot

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

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

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

                        Based on the original Drumpfinator, this extension creates replacement names for front running candidates from both parties. The extension and iconography still links to all the Drumpf resources because they should get the original credit.

The extension requires permissions on all sites because it has to scan all the text to find references to each of the candidates. The extension does nothing else but this.                    

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

Όνομα Drumpfinator++ Drumpfinator++
ID eojeglolelohngdhhddhpogkinjpedpi
Επίσημο URL https://chrome.google.com/webstore/detail/drumpfinator++/eojeglolelohngdhhddhpogkinjpedpi
Περιγραφή Add this app to your Chrome browser to make reading new articles great again.
Μέγεθος Αρχείου 150 KB
Αριθμός Εγκαταστάσεων 73
Τρέχουσα Έκδοση 1.0
Τελευταία Ενημέρωση 2016-03-13
Ημερομηνία Δημοσίευσης 2016-03-13
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής McRain
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Drumpfinator++",
    "version": "1.0",
    "description": "Add this app to your Chrome browser to make reading new articles great again.",
    "permissions": [
        "http:\/\/*.google.com\/",
        "http:\/\/*.com\/",
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Make Donald Drumpf Again!",
        "default_popup": "popup.html"
    }
}