Naho Live
Pour suivre les lives de Naho !
Naho Liveとは何ですか?
Naho LiveはBentoMatt_devによって開発されたChromeの拡張機能で、その主な機能は「Pour suivre les lives de Naho !」です。
拡張機能のスクリーンショット
Naho Live拡張機能のCRXファイルをダウンロード
Naho Live拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Extension pour suivre les lives de Naho (twitch). Permet d'être alerté lorsque le live est en direct. Une notification (cliquable) s'affiche alors, avec le titre du stream, et l'icône de l'extension se colore en orange. De plus, l'icône de l'extension est elle aussi cliquable, et ouvre un nouvel onglet vers le live. Développé par BentoMatt_Dev.
拡張機能の基本情報
名前 | Naho Live |
ID | hfodnndadmkkfdhlendoladlnlifcllg |
公式URL | https://chromewebstore.google.com/detail/naho-live/hfodnndadmkkfdhlendoladlnlifcllg |
説明 | Pour suivre les lives de Naho ! |
ファイルサイズ | 579 KB |
インストール数 | 69 |
現在のバージョン | 1.0.1 |
最終更新日 | 2017-05-07 |
公開日 | 2017-05-07 |
評価 | 4.20/5 合計 5 レビュー |
開発者 | BentoMatt_dev |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | fr |
manifest.json | |
{ "background": { "scripts": [ "onlinetest.js", "background.js" ] }, "browser_action": { "default_icon": "logo_main_128on.png" }, "name": "Naho Live", "version": "1.0.1", "description": "Pour suivre les lives de Naho !", "icons": { "128": "logo_main_128on.png", "48": "logo_main_48on.png", "32": "logo_main_32on.png" }, "manifest_version": 2, "permissions": [ "https:\/\/www.twitch.tv\/nahomay", "https:\/\/api.twitch.tv\/", "notifications" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx" } |