ManuelFerraraTV
Notifications et Annonces de live de ManuelFerraraTV
什麼是ManuelFerraraTV?
ManuelFerraraTV是由Leenucks開發的Chrome擴展程式,該擴展的主要功能是“Notifications et Annonces de live de ManuelFerraraTV”。
擴展截圖
下載ManuelFerraraTV擴展crx文件
下載ManuelFerraraTV擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Vous prévient lorsque le stream de Manu est en live (twitch.tv/manuelferraratv) et donne un accès rapide à son stream ainsi qu'à ses réseaux sociaux (Snapchat/YT/Twitter). 擴展基本資訊
| 名稱 | |
| ID | bbancfpedjelehjidhbcpbmgaekhaaff |
| 官方網址 | https://chromewebstore.google.com/detail/manuelferraratv/bbancfpedjelehjidhbcpbmgaekhaaff |
| 簡介 | Notifications et Annonces de live de ManuelFerraraTV |
| 檔案大小 | 946 KB |
| 安裝次數 | 76 |
| 目前版本 | 2.2.0 |
| 更新時間 | 2016-11-19 |
| 上架時間 | 2016-11-19 |
| 評分 | 5.00/5 共 3 次評分 |
| 開發者 | Leenucks |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 支援的語言 | fr |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "ManuelFerraraTV",
"version": "2.2.0",
"description": "Notifications et Annonces de live de ManuelFerraraTV",
"icons": {
"128": "icone.png"
},
"browser_action": {
"default_icon": "off.png",
"default_title": "ManuelFerraraTV - Notification",
"default_popup": "popup\/popup.html"
},
"background": {
"scripts": [
"jquery.min.js",
"background.js"
]
},
"permissions": [
"tabs",
"https:\/\/api.twitch.tv\/*",
"https:\/\/apiv1.manuelferrara.tv\/*",
"notifications",
"storage"
],
"options_ui": {
"page": "options\/options.html",
"chrome_style": true
},
"options_page": "options\/options.html",
"author": {
"main": "ManuelFerraraTv"
}
} | |