Ishtar MultiTool
Improve your Ishtar Collective experience
Ishtar MultiTool란 무엇입니까?
Ishtar MultiTool은(는) Aioros에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Improve your Ishtar Collective experience"입니다.
확장 프로그램 스크린샷
Ishtar MultiTool 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Browse the Ishtar Collective website in your favorite language, and easily search for any content in the entire Destiny lore archive.
확장 프로그램 기본 정보
이름 | Ishtar MultiTool |
ID | oceocpbnjheniaiippppmmliepgjnfhg |
공식 URL | https://chromewebstore.google.com/detail/ishtar-multitool/oceocpbnjheniaiippppmmliepgjnfhg |
설명 | Improve your Ishtar Collective experience |
파일 크기 | 6.33 MB |
설치 횟수 | 81 |
현재 버전 | 1.0 |
최근 업데이트 | 2022-04-05 |
출시 날짜 | 2022-04-04 |
평점 | 5.00/5 총 5 개의 평점 |
개발자 | Aioros |
이메일 | [email protected] |
결제 유형 | free |
도움말 페이지 URL | https://github.com/Aioros/ishtar-multitool/issues |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Ishtar MultiTool", "manifest_version": 3, "version": "1.0", "description": "Improve your Ishtar Collective experience", "icons": { "16": "img\/ishtar_16.png", "48": "img\/ishtar_48.png", "128": "img\/ishtar_128.png" }, "action": { "default_icon": { "19": "img\/ishtar_19.png", "38": "img\/ishtar_38.png" }, "default_popup": "popup.html" }, "background": { "service_worker": "background.js", "type": "module" }, "web_accessible_resources": [ { "resources": [ "\/img\/*", "\/d1\/*" ], "matches": [ "https:\/\/www.ishtar-collective.net\/*" ] } ], "permissions": [ "scripting", "storage" ], "host_permissions": [ "https:\/\/www.ishtar-collective.net\/", "https:\/\/bungie.net\/" ] } |