Make America's Hands Tiny Again

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

ما هو Make America's Hands Tiny Again؟

Make America's Hands Tiny Again هو إضافة Chrome تم تطويرها بواسطة sinker، والميزة الرئيسية لها هي "Tired of reading about a certain presidential candidate? This extension replaces his name with his most distinguising feature.".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Make America's Hands Tiny Again

قم بتنزيل ملفات الامتداد Make America's Hands Tiny Again بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                                            

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

الاسم Make America's Hands Tiny Again Make America's Hands Tiny Again
ID ojgpbadmpceampflpngboopnbgbhofjf
عنوان URL الرسمي https://chromewebstore.google.com/detail/make-americas-hands-tiny/ojgpbadmpceampflpngboopnbgbhofjf
الوصف Tired of reading about a certain presidential candidate? This extension replaces his name with his most distinguising feature.
حجم الملف 3.73 KB
عدد التثبيتات 350
النسخة الحالية 0.2
آخر تحديث 2016-03-05
تاريخ النشر 2016-03-05
تقييم 4.79/5 مجموع تقييمات 33
المطور sinker
نوع الدفع free
اللغات المدعومة 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"
        }
    ]
}