Ogame Fast expeditions
A faster way to send expeditions!
什麼是Ogame Fast expeditions?
Ogame Fast expeditions是由joshepMad開發的Chrome擴展程式,該擴展的主要功能是“A faster way to send expeditions!”。
擴展截圖
下載Ogame Fast expeditions擴展crx文件
下載Ogame Fast expeditions擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Allows ogame players to send expeditions faster with just one click from the fleet page!
Integrates well with Ogame infinity, UniverseView Extension
and AntiGameReborn! 擴展基本資訊
| 名稱 | |
| ID | nmfnikkmipenjmdmlonjahcobmacaoef |
| 官方網址 | https://chromewebstore.google.com/detail/ogame-fast-expeditions/nmfnikkmipenjmdmlonjahcobmacaoef |
| 簡介 | A faster way to send expeditions! |
| 檔案大小 | 60.26 KB |
| 安裝次數 | 5,213 |
| 目前版本 | 1.6 |
| 更新時間 | 2023-02-04 |
| 上架時間 | 2021-04-03 |
| 評分 | 3.91/5 共 32 次評分 |
| 開發者 | joshepMad |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 隱私政策頁面URL | https://www.privacypolicies.com/live/a133a0e4-40f6-432a-b246-4ba64a8b5303 |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Ogame Fast expeditions",
"short_name": "ofe",
"description": "A faster way to send expeditions!",
"version": "1.6",
"icons": {
"16": "16.png",
"48": "48.png",
"128": "128.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/*.ogame.gameforge.com\/game\/index.php?page=ingame&component=fleetdispatch*"
],
"js": [
"js\/content.js"
],
"css": [
"css\/style.css"
],
"run_at": "document_end"
},
{
"matches": [
"https:\/\/*.ogame.gameforge.com\/game\/index.php?page=*"
],
"js": [
"js\/jquery.js",
"js\/tel.js"
],
"run_at": "document_end"
},
{
"matches": [
"https:\/\/lobby.ogame.gameforge.com\/",
"https:\/\/lobby.ogame.gameforge.com\/*"
],
"js": [
"js\/jquery.js",
"js\/lobby.js"
],
"run_at": "document_end"
}
],
"web_accessible_resources": [
{
"resources": [
"js\/injected.js"
],
"matches": [
"https:\/\/*\/*"
]
}
]
} | |