Dota 2 Lounge Auto-Bumper
Bumps all your Dota 2 Lounge trades automatically
什么是Dota 2 Lounge Auto-Bumper?
Dota 2 Lounge Auto-Bumper是由2noobsite开发的Chrome扩展程序,该扩展的主要功能是“Bumps all your Dota 2 Lounge trades automatically”。
扩展截图
下载Dota 2 Lounge Auto-Bumper扩展crx文件
下载Dota 2 Lounge Auto-Bumper扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension bumps all your Dota 2 Lounge trades automatically every 30 minutes. Every half hour it discretely opens a tab at dota2lounge.com/mytrades, "clicks" every Bump button, and closes the tab. You DO NOT need to enter your steam password or username, or any details whatsoever. 扩展基本信息
| 名称 | |
| ID | momlknmipfckchdjmhbjkkeipegmajcl |
| 官方URL | https://chromewebstore.google.com/detail/dota-2-lounge-auto-bumper/momlknmipfckchdjmhbjkkeipegmajcl |
| 简介 | Bumps all your Dota 2 Lounge trades automatically |
| 文件大小 | 30.5 KB |
| 安装次数 | 346 |
| 当前版本 | 2.0 |
| 更新时间 | 2014-01-03 |
| 上架时间 | 2014-01-03 |
| 评分 | 3.60/5 共105次评分 |
| 开发者 | 2noobsite |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Dota 2 Lounge Auto-Bumper",
"manifest_version": 2,
"description": "Bumps all your Dota 2 Lounge trades automatically",
"version": "2.0",
"icons": {
"16": "16.png",
"48": "48.png",
"128": "128.png"
},
"background": {
"scripts": [
"background.js"
]
},
"permissions": [
"http:\/\/dota2lounge.com\/*",
"tabs"
],
"content_scripts": [
{
"run_at": "document_end",
"matches": [
"http:\/\/dota2lounge.com\/mytrades?ext"
],
"js": [
"tradescript.js"
]
}
]
} | |