Chelxie Live Notifier
Extension pour suivre les lives de Chelxie.
什麼是Chelxie Live Notifier?
Chelxie Live Notifier是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“Extension pour suivre les lives de Chelxie.”。
擴展截圖
下載Chelxie Live Notifier擴展crx文件
下載Chelxie Live Notifier擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Nouvelle extension pour savoir si je suis en live et ça vous indique aussi quand une nouvelle vidéo est sortie ! Créateur: Nucktrooper Son site: http://extensionlivenotifier.weebly.com/ Merci de ne pas réutiliser cette extension sans le consentement de Nucktrooper
擴展基本資訊
名稱 | Chelxie Live Notifier |
ID | klabflpfhnpedmlbhmnahgffelndbllk |
官方網址 | https://chromewebstore.google.com/detail/chelxie-live-notifier/klabflpfhnpedmlbhmnahgffelndbllk |
簡介 | Extension pour suivre les lives de Chelxie. |
檔案大小 | 401 KB |
安裝次數 | 153 |
目前版本 | 6.6.6 |
更新時間 | 2017-03-30 |
上架時間 | 2017-03-30 |
評分 | 4.83/5 共 23 次評分 |
開發者 | Unknown |
付費類型 | free |
擴展官網 | http://chelxie.fr |
支援的語言 | de,en,fr,es,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "6.6.6", "default_locale": "fr", "name": "Chelxie Live Notifier", "description": "Extension pour suivre les lives de Chelxie.", "background": { "persistent": true, "scripts": [ ".\/src\/streamer.js", ".\/src\/background.js", ".\/src\/main.js" ] }, "author": "Nucktrooper", "homepage_url": "http:\/\/extensionlivenotifier.weebly.com\/", "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" } } |