Trump is a Chump

Replace the names of politicians with words of your own!

Τι είναι το Trump is a Chump;

Το Trump is a Chump είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον chumpextension, και η κύρια λειτουργία του είναι "Replace the names of politicians with words of your own!".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Trump is a Chump

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

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

                        Is political news getting you down? Try out the Chump Trump extension! Every time you see the word "Trump" on your browser, it gets replaced by the word "Chump". Choose your own words to replace Trump with in the options page. Also works for Pence, Conway and McConnell.                    

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

Όνομα Trump is a Chump Trump is a Chump
ID nlcibpbonljgjeiajboacpdblbibdocb
Επίσημο URL https://chrome.google.com/webstore/detail/trump-is-a-chump/nlcibpbonljgjeiajboacpdblbibdocb
Περιγραφή Replace the names of politicians with words of your own!
Μέγεθος Αρχείου 115 KB
Αριθμός Εγκαταστάσεων 129
Τρέχουσα Έκδοση 0.2.1
Τελευταία Ενημέρωση 2020-10-31
Ημερομηνία Δημοσίευσης 2020-03-24
Αξιολόγηση 5.00/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής chumpextension
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Trump is a Chump",
    "version": "0.2.1",
    "description": "Replace the names of politicians with words of your own!",
    "content_scripts": [
        {
            "css": [
                ".\/content\/style.css"
            ],
            "js": [
                ".\/content\/main.js"
            ],
            "matches": [
                "https:\/\/*\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "background": {
        "scripts": [
            "background\/index.js"
        ],
        "persistent": false
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "icons": {
        "16": "logo_16.png",
        "48": "logo_48.png",
        "128": "logo_128.png"
    },
    "browser_action": {
        "default_popup": ".\/popup\/index.html"
    },
    "options_page": ".\/options\/index.html"
}