Neila Live Notifier
Extension pour suivre les lives de Neila
什麼是Neila Live Notifier?
Neila Live Notifier是由Neila-gaming開發的Chrome擴展程式,該擴展的主要功能是“Extension pour suivre les lives de Neila”。
擴展截圖
下載Neila Live Notifier擴展crx文件
下載Neila Live Notifier擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Soyez au courant quand Neila lance son stream !
L'icone de l'extension passe au bleu quand Neila est en live.
Ouvre un onglet vers le Twitch de Neila en cliquant sur l'icone. 擴展基本資訊
| 名稱 | |
| ID | gpkenmcifacccdnangeckcokmeefhagl |
| 官方網址 | https://chromewebstore.google.com/detail/neila-live-notifier/gpkenmcifacccdnangeckcokmeefhagl |
| 簡介 | Extension pour suivre les lives de Neila |
| 檔案大小 | 265 KB |
| 安裝次數 | 11 |
| 目前版本 | 3.0.0 |
| 更新時間 | 2017-06-12 |
| 上架時間 | 2017-06-12 |
| 評分 | 5.00/5 共 4 次評分 |
| 開發者 | Neila-gaming |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://www.twitch.tv/neila_gaming |
| 支援的語言 | de,en,fr,es,ru |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "3.0.0",
"default_locale": "fr",
"name": "Neila Live Notifier",
"description": "Extension pour suivre les lives de Neila",
"background": {
"persistent": true,
"scripts": [
".\/src\/background.js"
]
},
"author": "Nucktrooper",
"manifest_version": 2,
"icons": {
"128": "icon.png"
},
"permissions": [
"notifications"
],
"optional_permissions": [
"background"
],
"options_ui": {
"open_in_tab": true,
"page": "options\/options.html"
},
"browser_action": {
"default_icon": {
"19": "data\/Button_OFF.png"
},
"default_popup": ".\/popup\/popup.html"
}
} | |