Thanos It
Thanos all the things
Hvad er Thanos It?
Thanos It er en Chrome-udvidelse udviklet af https://jbegleiter.com, og dens hovedfunktion er "Thanos all the things".
Udvidelsesskærmbilleder
Download Thanos It-udvidelses-CRX-fil
Download Thanos It-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | Thanos It |
ID | lhapaogdadehkjdlhmlfdnpmncdcojcn |
Officiel URL | https://chromewebstore.google.com/detail/thanos-it/lhapaogdadehkjdlhmlfdnpmncdcojcn |
Beskrivelse | Thanos all the things |
Filstørrelse | 990 KB |
Antal Installationer | 10,000 |
Nuværende Version | 1.0 |
Senest Opdateret | 2019-05-13 |
Udgivelsesdato | 2019-05-13 |
Bedømmelse | 1.81/5 Samlet 16 Bedømmelser |
Udvikler | https://jbegleiter.com |
Betalingsmetode | free |
Understøttede Sprog | 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" } } |