“President” Trump

Replaces instances of President Trump with “President” Trump (adds quotations)

Τι είναι το “President” Trump;

Το “President” Trump είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.someguy.is, και η κύρια λειτουργία του είναι "Replaces instances of President Trump with “President” Trump (adds quotations)".

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

screenshot

Λήψη αρχείου CRX της επέκτασης “President” Trump

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

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

                        It'll also insert "President" before mentions of Trump... because over the next 4 years, it's important to be reminded that his presidency is illegitimate. Give it a try, it's oddly soothing.                    

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

Όνομα “President” Trump “President” Trump
ID mepmmhgfbgdepgombedfmppbjcjnaibg
Επίσημο URL https://chromewebstore.google.com/detail/%E2%80%9Cpresident%E2%80%9D-trump/mepmmhgfbgdepgombedfmppbjcjnaibg
Περιγραφή Replaces instances of President Trump with “President” Trump (adds quotations)
Μέγεθος Αρχείου 200 KB
Αριθμός Εγκαταστάσεων 246
Τρέχουσα Έκδοση 1.2
Τελευταία Ενημέρωση 2017-01-21
Ημερομηνία Δημοσίευσης 2017-01-21
Αξιολόγηση 4.73/5 Συνολικά 22 Αξιολογήσεις
Προγραμματιστής https://www.someguy.is
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://www.someguy.is
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "\u201cPresident\u201d Trump",
    "short_name": "Replaces instances of President Trump with \u201cPresident\u201d Trump (adds quotations",
    "version": "1.2",
    "description": "Replaces instances of President Trump with \u201cPresident\u201d Trump (adds quotations)",
    "icons": {
        "16": "images\/logo_16.png",
        "48": "images\/logo_48.png",
        "128": "images\/logo_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "myscript.js"
            ],
            "run_at": "document_end"
        }
    ]
}