Thanos It

Thanos all the things

Apa itu Thanos It?

Thanos It adalah ekstensi Chrome yang dikembangkan oleh https://jbegleiter.com, dan fitur utamanya adalah "Thanos all the things".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Thanos It

Unduh file ekstensi Thanos It dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Thanos It Thanos It
ID lhapaogdadehkjdlhmlfdnpmncdcojcn
URL Resmi https://chromewebstore.google.com/detail/thanos-it/lhapaogdadehkjdlhmlfdnpmncdcojcn
Deskripsi Thanos all the things
Ukuran File 990 KB
Jumlah Instalasi 10,000
Versi Saat Ini 1.0
Terakhir Diperbarui 2019-05-13
Tanggal Publikasi 2019-05-13
Penilaian 1.81/5 Total 16 Penilaian
Pengembang https://jbegleiter.com
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}