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文件
下载Dota 2 Item Quiz扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Dota 2 - Item Quiz
Shopkeeper's Quiz on the extension popup, Easy to play.
Just click to start playing, and test your Item Knowledge.! 扩展基本信息
| 名称 | |
| 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
} | |