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.”。
擴展截圖
下載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. 擴展基本資訊
| 名稱 | |
| ID | aaapamehmmbckajdiijjibnbmpccckhl |
| 官方網址 | 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
} | |