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 |
官方網址 | 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" } } |