Make America's Hands Tiny Again

Tired of reading about a certain presidential candidate? This extension replaces his name with his most distinguising feature.

Τι είναι το Make America's Hands Tiny Again;

Το Make America's Hands Tiny Again είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον sinker, και η κύρια λειτουργία του είναι "Tired of reading about a certain presidential candidate? This extension replaces his name with his most distinguising feature.".

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

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Make America's Hands Tiny Again

Λήψη αρχείων επέκτασης Make America's Hands Tiny Again σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

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

                                            

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

Όνομα Make America's Hands Tiny Again Make America's Hands Tiny Again
ID ojgpbadmpceampflpngboopnbgbhofjf
Επίσημο URL https://chromewebstore.google.com/detail/make-americas-hands-tiny/ojgpbadmpceampflpngboopnbgbhofjf
Περιγραφή Tired of reading about a certain presidential candidate? This extension replaces his name with his most distinguising feature.
Μέγεθος Αρχείου 3.73 KB
Αριθμός Εγκαταστάσεων 350
Τρέχουσα Έκδοση 0.2
Τελευταία Ενημέρωση 2016-03-05
Ημερομηνία Δημοσίευσης 2016-03-05
Αξιολόγηση 4.79/5 Συνολικά 33 Αξιολογήσεις
Προγραμματιστής sinker
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Make America's Hands Tiny Again",
    "description": "Tired of reading about a certain presidential candidate? This extension replaces his name with his most distinguising feature.",
    "version": "0.2",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}