Ogame Calculator
Several calculations to improve your ogame experience!
什麼是Ogame Calculator?
Ogame Calculator是由mattieboy開發的Chrome擴展程式,該擴展的主要功能是“Several calculations to improve your ogame experience!”。
擴展截圖
下載Ogame Calculator擴展crx文件
下載Ogame Calculator擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
An Extension to improve your ogame experience with several automatic calculations 擴展基本資訊
| 名稱 | |
| ID | mgncldbnpngoncllpnepebmjjiencmnl |
| 官方網址 | https://chromewebstore.google.com/detail/ogame-calculator/mgncldbnpngoncllpnepebmjjiencmnl |
| 簡介 | Several calculations to improve your ogame experience! |
| 檔案大小 | 80.65 KB |
| 安裝次數 | 234 |
| 目前版本 | 0.14.0 |
| 更新時間 | 2024-02-15 |
| 上架時間 | 2022-08-19 |
| 評分 | 5.00/5 共 2 次評分 |
| 開發者 | mattieboy |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 說明頁面URL | https://discord.gg/65U4buktPJ |
| 支援的語言 | nl |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Ogame Calculator",
"description": "Several calculations to improve your ogame experience!",
"version": "0.14.0",
"content_scripts": [
{
"exclude_matches": [
"https:\/\/*.ogame.gameforge.com\/game\/admin2\/*"
],
"matches": [
"https:\/\/*.ogame.gameforge.com\/game\/*"
],
"js": [
"main.js"
],
"css": [
"styles.css"
],
"run_at": "document_start"
}
],
"web_accessible_resources": [
{
"resources": [
"ogameHelper.js",
"resources\/*",
"messageAnalyzer.js",
"functions.js"
],
"matches": [
" | |