Thanos It

Thanos all the things

Cos'è Thanos It?

Thanos It è un'estensione di Chrome sviluppata da https://jbegleiter.com, e la sua funzione principale è "Thanos all the things".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Thanos It

Scarica i file di estensione Thanos It in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Thanos It Thanos It
ID lhapaogdadehkjdlhmlfdnpmncdcojcn
URL Ufficiale https://chromewebstore.google.com/detail/thanos-it/lhapaogdadehkjdlhmlfdnpmncdcojcn
Descrizione Thanos all the things
Dimensione del File 990 KB
Conteggio Installazioni 10,000
Versione Corrente 1.0
Ultimo Aggiornamento 2019-05-13
Data di Pubblicazione 2019-05-13
Valutazione 1.81/5 Totale 16 Valutazioni
Sviluppatore https://jbegleiter.com
Tipo di Pagamento free
Lingue Supportate 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"
    }
}