Thanos It
Thanos all the things
Thanos It란 무엇입니까?
Thanos It은(는) https://jbegleiter.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Thanos all the things"입니다.
확장 프로그램 스크린샷
Thanos It 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" } } |