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.
擴展基本資訊
名稱 | Akaruu |
ID | ggnddmahllpbohpjficfmlkkeapdicdg |
官方網址 | 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\/" ] } |