CSGO.exchange Auto retrieve
Auto retrieve
什么是CSGO.exchange Auto retrieve?
CSGO.exchange Auto retrieve是由https://www.protogalaxy.me开发的Chrome扩展程序,该扩展的主要功能是“Auto retrieve”。
扩展截图
下载CSGO.exchange Auto retrieve扩展crx文件
下载CSGO.exchange Auto retrieve扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
CSGO.exchange Auto retrieve is a Chrome extension for retrieving CS:GO skins' float exteriors automatically in csgo.exchange. 扩展基本信息
| 名称 | |
| ID | pgocnhcnmcbeidhipdcpnolnenapnnog |
| 官方URL | https://chromewebstore.google.com/detail/csgoexchange-auto-retriev/pgocnhcnmcbeidhipdcpnolnenapnnog |
| 简介 | Auto retrieve |
| 文件大小 | 116 KB |
| 安装次数 | 70 |
| 当前版本 | 1.5 |
| 更新时间 | 2017-10-31 |
| 上架时间 | 2017-10-31 |
| 开发者 | https://www.protogalaxy.me |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | http://www.protogalaxy.me/csgo-exchange-autoretrieve/ |
| 帮助页面URL | https://github.com/CauserLee/CSGO.exchange-Autoretrieve |
| 支持的语言 | zh-CN |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "CSGO.exchange Auto retrieve",
"author": "Arthur.Lee",
"version": "1.5",
"description": "Auto retrieve",
"icons": {
"128": "action.png"
},
"permissions": [
"tabs",
"notifications",
"http:\/\/csgo.exchange\/"
],
"background": {
"scripts": [
"jquery.js",
"logic.js"
]
},
"content_scripts": [
{
"matches": [
"http:\/\/csgo.exchange\/*"
],
"css": [
"main.css"
],
"js": [
"jquery.js",
"popup.js"
]
}
],
"browser_action": {
"default_title": "Auto retrieve",
"default_icon": "action.png",
"default_popup": "popup.html"
},
"web_accessible_resources": [
"logic.js"
]
} | |