OGame fast attack
Boost up speed of sending fleets.
什么是OGame fast attack?
OGame fast attack是由ogame.fast.attack开发的Chrome扩展程序,该扩展的主要功能是“Boost up speed of sending fleets.”。
扩展截图
下载OGame fast attack扩展crx文件
下载OGame fast attack扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Provides dedicated form to send attacks from any page.
Parses mailbox headers to send attacks by clicking on message.
Adds 'supply' link - by clicking on it required amount of resources will be send to active planet.
Fixes 'debris' and 'moon' links if you do not have 'commander'.
Extends settings page. 扩展基本信息
| 名称 | |
| ID | jhlliibdpnijhhaegahaokfoaekkdpem |
| 官方URL | https://chromewebstore.google.com/detail/ogame-fast-attack/jhlliibdpnijhhaegahaokfoaekkdpem |
| 简介 | Boost up speed of sending fleets. |
| 文件大小 | 43.92 KB |
| 安装次数 | 527 |
| 当前版本 | 0.47 |
| 更新时间 | 2014-01-10 |
| 上架时间 | 2014-01-10 |
| 评分 | 1.25/5 共4次评分 |
| 开发者 | ogame.fast.attack |
| 付费类型 | free |
| 支持的语言 | en,ru |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "OGame fast attack",
"manifest_version": 2,
"version": "0.47",
"default_locale": "en",
"description": "__MSG_appDesc__",
"icons": {
"48": "icon_48.png",
"128": "icon_128.png"
},
"content_scripts": [
{
"matches": [
"http:\/\/*.ogame.gameforge.com\/*"
],
"css": [
"style.css"
],
"js": [
"jquery.min.js",
"lib\/chrome_sync.user.js",
"lib\/storage.user.js",
"lib\/location_logic.user.js",
"fast_attack.user.js"
],
"run_at": "document_start"
}
],
"permissions": [
"storage"
]
} | |