Ikariam Notifications

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

Ikariam Notificationsคืออะไร?

Ikariam Notifications เป็นส่วนขยายของ Chrome ที่พัฒนาโดย hellmare และคุณลักษณะหลักของมันคือ "Notifications on activity at Cities, Army, Research and Diplomacy."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Ikariam Notifications

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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
}