Thanos It
Thanos all the things
Thanos It là gì?
Thanos It là một tiện ích mở rộng Chrome được phát triển bởi https://jbegleiter.com, và tính năng chính của nó là "Thanos all the things".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Thanos It
Tải xuống các tệp mở rộng Thanos It dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Thanos It |
ID | lhapaogdadehkjdlhmlfdnpmncdcojcn |
URL Chính Thức | https://chromewebstore.google.com/detail/thanos-it/lhapaogdadehkjdlhmlfdnpmncdcojcn |
Mô tả | Thanos all the things |
Kích Thước Tệp | 990 KB |
Số Lần Cài Đặt | 10,000 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2019-05-13 |
Ngày Phát Hành | 2019-05-13 |
Đánh Giá | 1.81/5 Tổng số 16 Đánh Giá |
Nhà Phát Triển | https://jbegleiter.com |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |