Ikariam Notifications

Notifications on activity at Cities, Army, Research and Diplomacy.

Ikariam Notificationsとは何ですか?

Ikariam Notificationsはhellmareによって開発されたChromeの拡張機能で、その主な機能は「Notifications on activity at Cities, Army, Research and Diplomacy.」です。

拡張機能のスクリーンショット

screenshot
screenshot

Ikariam Notifications拡張機能のCRXファイルをダウンロード

Ikariam Notifications拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This version shows notifications only on activity at Cities, Army, Research and Diplomacy.
All other functionalities from the previous version have been removed.                    

拡張機能の基本情報

名前 Ikariam Notifications Ikariam Notifications
ID aaapamehmmbckajdiijjibnbmpccckhl
公式URL https://chromewebstore.google.com/detail/ikariam-notifications/aaapamehmmbckajdiijjibnbmpccckhl
説明 Notifications on activity at Cities, Army, Research and Diplomacy.
ファイルサイズ 204 KB
インストール数 349
現在のバージョン 2.2
最終更新日 2021-04-08
公開日 2014-03-16
評価 2.50/5 合計 4 レビュー
開発者 hellmare
Eメール [email protected]
支払い方法 free
対応言語 en,bg
manifest.json
{
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "2.2",
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png",
        "256": "icons\/256.png"
    },
    "permissions": [
        "webRequest"
    ],
    "host_permissions": [
        "https:\/\/*.ikariam.gameforge.com\/*"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/*.ikariam.gameforge.com\/*"
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "images\/round_notifications_active_white_24dp.png",
                "images\/round_notifications_off_white_24dp.png"
            ],
            "matches": [
                "https:\/\/*.ikariam.gameforge.com\/*"
            ]
        }
    ],
    "content_scripts": [
        {
            "js": [
                "app.js"
            ],
            "css": [
                "style.css"
            ],
            "matches": [
                "https:\/\/*.ikariam.gameforge.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "service_worker": "sw_notifications.js"
    },
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3
}