Ikariam Fix
Make Ikariam Great Again!
Ikariam Fixとは何ですか?
Ikariam Fixはdx4によって開発されたChromeの拡張機能で、その主な機能は「Make Ikariam Great Again!」です。
拡張機能のスクリーンショット
Ikariam Fix拡張機能のCRXファイルをダウンロード
Ikariam Fix拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Adds CSS to the Ikariam's forum page that fixes some of the errors and making it more appealing.
Makes it more compatible with larger screen sizes. 拡張機能の基本情報
| 名前 | |
| ID | cdifndffiaimhlfklkcakicmpimdhdkh |
| 公式URL | https://chromewebstore.google.com/detail/ikariam-fix/cdifndffiaimhlfklkcakicmpimdhdkh |
| 説明 | Make Ikariam Great Again! |
| ファイルサイズ | 4.04 KB |
| インストール数 | 147 |
| 現在のバージョン | 1.0.3 |
| 最終更新日 | 2023-07-22 |
| 公開日 | 2019-02-14 |
| 開発者 | dx4 |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Ikariam Fix",
"version": "1.0.3",
"description": "Make Ikariam Great Again!",
"content_scripts": [
{
"js": [
"dx.js"
],
"matches": [
"https:\/\/forum.ikariam.gameforge.com\/*"
]
}
]
} | |