Thanos It

Thanos all the things

Co to jest Thanos It?

Thanos It to rozszerzenie Chrome opracowane przez https://jbegleiter.com, a jego główną funkcją jest „Thanos all the things”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Thanos It

Pobierz pliki rozszerzeń Thanos It w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Thanos It Thanos It
ID lhapaogdadehkjdlhmlfdnpmncdcojcn
Oficjalny URL https://chromewebstore.google.com/detail/thanos-it/lhapaogdadehkjdlhmlfdnpmncdcojcn
Opis Thanos all the things
Rozmiar pliku 990 KB
Liczba instalacji 10,000
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2019-05-13
Data Publikacji 2019-05-13
Ocena 1.81/5 Łącznie 16 Oceny
Deweloper https://jbegleiter.com
Typ Płatności free
Obsługiwane Języki 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"
    }
}