Thanos It
Thanos all the things
Vad är Thanos It?
Thanos It är en Chrome-tillägg utvecklad av https://jbegleiter.com, och dess huvudfunktion är "Thanos all the things".
Tilläggsskärmbilder
Ladda ner Thanos It-förlängningens CRX-fil
Ladda ner Thanos It-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | Thanos It |
ID | lhapaogdadehkjdlhmlfdnpmncdcojcn |
Officiell webbadress | https://chromewebstore.google.com/detail/thanos-it/lhapaogdadehkjdlhmlfdnpmncdcojcn |
Beskrivning | Thanos all the things |
Filstorlek | 990 KB |
Antal Installationer | 10,000 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2019-05-13 |
Publiceringsdatum | 2019-05-13 |
Betyg | 1.81/5 Totalt 16 Betyg |
Utvecklare | https://jbegleiter.com |
Betalningssätt | free |
Stödda Språk | 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" } } |