TinyHands

So small

Cos'è TinyHands?

TinyHands è un'estensione di Chrome sviluppata da dagda, e la sua funzione principale è "So small".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione TinyHands

Scarica i file di estensione TinyHands in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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."                    

Informazioni di Base sull'Estensione

Nome TinyHands TinyHands
ID cbbefndphodbaohlledmaaofipjegafm
URL Ufficiale https://chrome.google.com/webstore/detail/tinyhands/cbbefndphodbaohlledmaaofipjegafm
Descrizione So small
Dimensione del File 5.11 KB
Conteggio Installazioni 16
Versione Corrente 0.1
Ultimo Aggiornamento 2017-01-26
Data di Pubblicazione 2017-01-26
Sviluppatore dagda
Tipo di Pagamento free
Lingue Supportate 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"
        }
    ]
}