Thanos It
Thanos all the things
Thanos Itとは何ですか?
Thanos Itはhttps://jbegleiter.comによって開発されたChromeの拡張機能で、その主な機能は「Thanos all the things」です。
拡張機能のスクリーンショット
Thanos It拡張機能のCRXファイルをダウンロード
Thanos It拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | Thanos It |
ID | lhapaogdadehkjdlhmlfdnpmncdcojcn |
公式URL | https://chromewebstore.google.com/detail/thanos-it/lhapaogdadehkjdlhmlfdnpmncdcojcn |
説明 | Thanos all the things |
ファイルサイズ | 990 KB |
インストール数 | 10,000 |
現在のバージョン | 1.0 |
最終更新日 | 2019-05-13 |
公開日 | 2019-05-13 |
評価 | 1.81/5 合計 16 レビュー |
開発者 | https://jbegleiter.com |
支払い方法 | free |
対応言語 | 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" } } |