Thanos It

Thanos all the things

什麼是Thanos It?

Thanos It是由https://jbegleiter.com開發的Chrome擴展程式,該擴展的主要功能是“Thanos all the things”。

擴展截圖

screenshot
screenshot

下載Thanos It擴展crx文件

下載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
官方網址 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"
    }
}