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 |
公式URL | 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" } } |