TinyHands

So small

ما هو TinyHands؟

TinyHands هو إضافة Chrome تم تطويرها بواسطة dagda، والميزة الرئيسية لها هي "So small".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة TinyHands

قم بتنزيل ملفات الامتداد TinyHands بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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

معلومات أساسية عن التمديد

الاسم TinyHands TinyHands
ID cbbefndphodbaohlledmaaofipjegafm
عنوان URL الرسمي https://chrome.google.com/webstore/detail/tinyhands/cbbefndphodbaohlledmaaofipjegafm
الوصف So small
حجم الملف 5.11 KB
عدد التثبيتات 16
النسخة الحالية 0.1
آخر تحديث 2017-01-26
تاريخ النشر 2017-01-26
المطور dagda
نوع الدفع free
اللغات المدعومة 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"
        }
    ]
}