ManuelFerraraTV
Notifications et Annonces de live de ManuelFerraraTV
Vad är ManuelFerraraTV?
ManuelFerraraTV är en Chrome-tillägg utvecklad av Leenucks, och dess huvudfunktion är "Notifications et Annonces de live de ManuelFerraraTV".
Tilläggsskärmbilder
Ladda ner ManuelFerraraTV-förlängningens CRX-fil
Ladda ner ManuelFerraraTV-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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). Grundläggande Information om Tillägg
| Namn | |
| ID | bbancfpedjelehjidhbcpbmgaekhaaff |
| Officiell webbadress | https://chromewebstore.google.com/detail/manuelferraratv/bbancfpedjelehjidhbcpbmgaekhaaff |
| Beskrivning | Notifications et Annonces de live de ManuelFerraraTV |
| Filstorlek | 946 KB |
| Antal Installationer | 76 |
| Aktuell Version | 2.2.0 |
| Senast Uppdaterad | 2016-11-19 |
| Publiceringsdatum | 2016-11-19 |
| Betyg | 5.00/5 Totalt 3 Betyg |
| Utvecklare | Leenucks |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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"
}
} | |