Thanos It
Thanos all the things
What is Thanos It?
Thanos It is a Chrome extension developed by https://jbegleiter.com, and its main feature is "Thanos all the things".
Extension Screenshots
Download Thanos It Extension CRX File
Download Thanos It extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Thanos It |
ID | lhapaogdadehkjdlhmlfdnpmncdcojcn |
Official URL | https://chromewebstore.google.com/detail/thanos-it/lhapaogdadehkjdlhmlfdnpmncdcojcn |
Description | Thanos all the things |
File Size | 990 KB |
Installation Count | 10,000 |
Current Version | 1.0 |
Last Updated | 2019-05-13 |
Publish Date | 2019-05-13 |
Rating | 1.81/5 Total 16 Ratings |
Developer | https://jbegleiter.com |
Payment Type | free |
Supported Languages | 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" } } |