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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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