Dota 2 Item Quiz
Dota 2 Item Quiz - Shopkeeper's Quiz
Dota 2 Item Quiz란 무엇입니까?
Dota 2 Item Quiz은(는) https://sage.ga에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Dota 2 Item Quiz - Shopkeeper's Quiz"입니다.
확장 프로그램 스크린샷
Dota 2 Item Quiz 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Dota 2 - Item Quiz Shopkeeper's Quiz on the extension popup, Easy to play. Just click to start playing, and test your Item Knowledge.!
확장 프로그램 기본 정보
이름 | Dota 2 Item Quiz |
ID | glikcnhkneananjopgmcekfhfbfiinfn |
공식 URL | https://chromewebstore.google.com/detail/dota-2-item-quiz/glikcnhkneananjopgmcekfhfbfiinfn |
설명 | Dota 2 Item Quiz - Shopkeeper's Quiz |
파일 크기 | 189 KB |
설치 횟수 | 18 |
현재 버전 | 0.4 |
최근 업데이트 | 2019-04-23 |
출시 날짜 | 2019-04-23 |
개발자 | https://sage.ga |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://sage.ga |
개인정보 보호 정책 페이지 URL | http://sage.ga |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "browser_action": { "default_title": "Dota 2 Item Quiz", "default_popup": "itemQuiz.html" }, "name": "Dota 2 Item Quiz", "description": "Dota 2 Item Quiz - Shopkeeper's Quiz", "permissions": [ "activeTab", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "web_accessible_resources": [ "*" ], "version": "0.4", "manifest_version": 2 } |