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
}