Thanos It

Thanos all the things

ما هو Thanos It؟

Thanos It هو إضافة Chrome تم تطويرها بواسطة https://jbegleiter.com، والميزة الرئيسية لها هي "Thanos all the things".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Thanos It

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

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

                        Snap to destroy half of the visible items on a webpage, or become Thanos and enable the gauntlet to destroy items at will on any webpage.

This will remember web pages where it has been enabled.                    

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

الاسم Thanos It Thanos It
ID lhapaogdadehkjdlhmlfdnpmncdcojcn
عنوان URL الرسمي https://chromewebstore.google.com/detail/thanos-it/lhapaogdadehkjdlhmlfdnpmncdcojcn
الوصف Thanos all the things
حجم الملف 990 KB
عدد التثبيتات 10,000
النسخة الحالية 1.0
آخر تحديث 2019-05-13
تاريخ النشر 2019-05-13
تقييم 1.81/5 مجموع تقييمات 16
المطور https://jbegleiter.com
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Thanos It",
    "version": "1.0",
    "description": "Thanos all the things",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/gauntlet_lit_16.png",
            "32": "images\/gauntlet_lit_32.png",
            "48": "images\/gauntlet_lit_48.png",
            "128": "images\/gauntlet_lit_128.png"
        }
    },
    "content_scripts": [
        {
            "css": [
                "css\/particles.css"
            ],
            "js": [
                "scripts\/anime.min.js",
                "scripts\/particles.js",
                "content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "icons": {
        "16": "images\/gauntlet_lit_16.png",
        "32": "images\/gauntlet_lit_32.png",
        "48": "images\/gauntlet_lit_48.png",
        "128": "images\/gauntlet_lit_128.png"
    }
}