TinyHands

So small

Qu'est-ce que TinyHands ?

TinyHands est une extension Chrome développée par dagda, et sa fonction principale est "So small".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension TinyHands

Téléchargez les fichiers d'extension TinyHands 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

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

Informations de Base sur l'Extension

Nom TinyHands TinyHands
ID cbbefndphodbaohlledmaaofipjegafm
URL Officiel https://chrome.google.com/webstore/detail/tinyhands/cbbefndphodbaohlledmaaofipjegafm
Description So small
Taille du Fichier 5.11 KB
Nombre d'Installations 16
Version Actuelle 0.1
Dernière Mise à Jour 2017-01-26
Date de Publication 2017-01-26
Développeur dagda
Type de Paiement free
Langues Prises en Charge 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"
        }
    ]
}