Liberto
Soyez au courant quand Liberto commence à streamer !
Libertoとは何ですか?
LibertoはAkeranによって開発されたChromeの拡張機能で、その主な機能は「Soyez au courant quand Liberto commence à streamer !」です。
拡張機能のスクリーンショット
Liberto拡張機能のCRXファイルをダウンロード
Liberto拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Une notification s'affiche lorsque Liberto commence à streamer ! Lorsque l'icône est colorée, Liberto est en live ! Sinon l'icône est grisée. Rejoins la Pepito Army !
拡張機能の基本情報
名前 | Liberto |
ID | blmfddblbfnlpkmiehpbnhdnghhepdfj |
公式URL | https://chromewebstore.google.com/detail/liberto/blmfddblbfnlpkmiehpbnhdnghhepdfj |
説明 | Soyez au courant quand Liberto commence à streamer ! |
ファイルサイズ | 94.49 KB |
インストール数 | 158 |
現在のバージョン | 1.7 |
最終更新日 | 2018-06-11 |
公開日 | 2018-06-11 |
評価 | 5.00/5 合計 18 レビュー |
開発者 | Akeran |
支払い方法 | free |
対応言語 | fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Liberto", "description": "Soyez au courant quand Liberto commence \u00e0 streamer !", "version": "1.7", "background": { "scripts": [ "parameters.js", "btnlive.js", "chrome.js" ] }, "permissions": [ "https:\/\/api.twitch.tv\/", "notifications" ], "browser_action": { "default_icon": "iconoff48.png" }, "icons": { "16": "iconoff16.png", "48": "iconoff48.png", "128": "iconoff128.png" } } |