Make America's Hands Tiny Again

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

Qu'est-ce que Make America's Hands Tiny Again ?

Make America's Hands Tiny Again est une extension Chrome développée par sinker, et sa fonction principale est "Tired of reading about a certain presidential candidate? This extension replaces his name with his most distinguising feature.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Make America's Hands Tiny Again

Téléchargez les fichiers d'extension Make America's Hands Tiny Again au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                                            

Informations de Base sur l'Extension

Nom Make America's Hands Tiny Again Make America's Hands Tiny Again
ID ojgpbadmpceampflpngboopnbgbhofjf
URL Officiel https://chromewebstore.google.com/detail/make-americas-hands-tiny/ojgpbadmpceampflpngboopnbgbhofjf
Description Tired of reading about a certain presidential candidate? This extension replaces his name with his most distinguising feature.
Taille du Fichier 3.73 KB
Nombre d'Installations 350
Version Actuelle 0.2
Dernière Mise à Jour 2016-03-05
Date de Publication 2016-03-05
Évaluation 4.79/5 Total 33 Évaluations
Développeur sinker
Type de Paiement free
Langues Prises en Charge 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"
        }
    ]
}