Thanos It

Thanos all the things

Wat is Thanos It?

Thanos It is een Chrome-extensie ontwikkeld door https://jbegleiter.com, en de belangrijkste functie is "Thanos all the things".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Thanos It

Download Thanos It-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Thanos It Thanos It
ID lhapaogdadehkjdlhmlfdnpmncdcojcn
Officiële URL https://chromewebstore.google.com/detail/thanos-it/lhapaogdadehkjdlhmlfdnpmncdcojcn
Beschrijving Thanos all the things
Bestandsgrootte 990 KB
Aantal Installaties 10,000
Huidige Versie 1.0
Laatst Bijgewerkt 2019-05-13
Publicatiedatum 2019-05-13
Beoordeling 1.81/5 Totaal 16 Beoordelingen
Ontwikkelaar https://jbegleiter.com
Betalingswijze free
Ondersteunde Talen 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"
    }
}