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 |
| 官方網址 | 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"
]
} | |