TinyHands

So small

What is TinyHands?

TinyHands is a Chrome extension developed by dagda, and its main feature is "So small".

Extension Screenshots

screenshot

Download TinyHands Extension CRX File

Download TinyHands 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

                        Replace references to Trump's inaugural crowds with the word "penis"

Eg, "President Donald Trump expressed anger at the media for understating the size of his penis."                    

Extension Basic Information

Name TinyHands TinyHands
ID cbbefndphodbaohlledmaaofipjegafm
Official URL https://chrome.google.com/webstore/detail/tinyhands/cbbefndphodbaohlledmaaofipjegafm
Description So small
File Size 5.11 KB
Installation Count 16
Current Version 0.1
Last Updated 2017-01-26
Publish Date 2017-01-26
Developer dagda
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TinyHands",
    "description": "So small",
    "version": "0.1",
    "browser_action": {
        "default_icon": "smol.png",
        "default_title": "So small! Sad."
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}