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 |
公式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 |
Eメール | [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\/" ] } |