OGame Resources Extension
Resource distribution is the key
什麼是OGame Resources Extension?
OGame Resources Extension是由ITP開發的Chrome擴展程式,該擴展的主要功能是“Resource distribution is the key”。
擴展截圖
下載OGame Resources Extension擴展crx文件
下載OGame Resources Extension擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
The extension sum resources on all our planets and show this in additional table in resources section. All you need to do is visit each planet at least once or use new action 'refresh'. A bug, translation, suggestion new features or extensions, contact OGEXT Team on http://ogext.com
擴展基本資訊
名稱 | OGame Resources Extension |
ID | dinnmkijapcbjfflfncafmfhajnggenb |
官方網址 | https://chromewebstore.google.com/detail/ogame-resources-extension/dinnmkijapcbjfflfncafmfhajnggenb |
簡介 | Resource distribution is the key |
檔案大小 | 69.79 KB |
安裝次數 | 2,763 |
目前版本 | 1.0.1 |
更新時間 | 2016-10-10 |
上架時間 | 2016-10-10 |
評分 | 3.92/5 共 74 次評分 |
開發者 | ITP |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | http://ogext.com |
說明頁面URL | http://ogext.com |
隱私政策頁面URL | https://freethetree.co.uk/privacy-policy |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "css": [ "ogext.css" ], "js": [ "jquery-3.1.1.min.js", "ogext.js" ], "matches": [ "https:\/\/*.ogame.gameforge.com\/game\/*" ] } ], "description": "Resource distribution is the key", "icons": { "128": "icon128.png" }, "manifest_version": 2, "name": "OGame Resources Extension", "permissions": [], "version": "1.0.1", "web_accessible_resources": [ "*" ] } |