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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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
}