Make America's Hands Tiny Again

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

What is Make America's Hands Tiny Again?

Make America's Hands Tiny Again is a Chrome extension developed by sinker, and its main feature is "Tired of reading about a certain presidential candidate? This extension replaces his name with his most distinguising feature.".

Extension Screenshots

screenshot
screenshot

Download Make America's Hands Tiny Again Extension CRX File

Download Make America's Hands Tiny Again extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                                            

Extension Basic Information

Name Make America's Hands Tiny Again Make America's Hands Tiny Again
ID ojgpbadmpceampflpngboopnbgbhofjf
Official URL 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.
File Size 3.73 KB
Installation Count 350
Current Version 0.2
Last Updated 2016-03-05
Publish Date 2016-03-05
Rating 4.79/5 Total 33 Ratings
Developer sinker
Payment Type free
Supported Languages 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"
        }
    ]
}