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 |
电子邮箱 | [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" } |