Akaruu
Recevez les notifications Twitch & YouTube d'Akaruu pour être informé des nouvelles vidéos et streams !
什么是Akaruu?
Akaruu是由Akaruu开发的Chrome扩展程序,该扩展的主要功能是“Recevez les notifications Twitch & YouTube d'Akaruu pour être informé des nouvelles vidéos et streams !”。
扩展截图
下载Akaruu扩展crx文件
下载Akaruu扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Téléchargez l'extension Chrome d'Akaruu pour recevoir les notifications YouTube & Twitch. 扩展基本信息
| 名称 | |
| ID | ggnddmahllpbohpjficfmlkkeapdicdg |
| 官方URL | https://chromewebstore.google.com/detail/akaruu/ggnddmahllpbohpjficfmlkkeapdicdg |
| 简介 | Recevez les notifications Twitch & YouTube d'Akaruu pour être informé des nouvelles vidéos et streams ! |
| 文件大小 | 6.76 MB |
| 安装次数 | 102 |
| 当前版本 | 4.2.1 |
| 更新时间 | 2021-01-12 |
| 上架时间 | 2020-05-18 |
| 评分 | 4.92/5 共12次评分 |
| 开发者 | Akaruu |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | fr |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"author": "Killian_Thvn",
"name": "Akaruu",
"version": "4.2.1",
"description": "Recevez les notifications Twitch & YouTube d'Akaruu pour \u00eatre inform\u00e9 des nouvelles vid\u00e9os et streams !",
"icons": {
"32": "src\/img\/32.png",
"64": "src\/img\/64.png",
"128": "src\/img\/128.png"
},
"browser_action": {
"default_icon": "src\/img\/icon_off.png",
"default_popup": "index.html"
},
"background": {
"persistent": true,
"scripts": [
"background.js"
]
},
"permissions": [
"background",
"notifications",
"https:\/\/api.twitch.tv\/",
"http:\/\/twitch.tv\/"
]
} | |