Cooldown TV Live
Ne ratez aucun live de Cooldown
Vad är Cooldown TV Live?
Cooldown TV Live är en Chrome-tillägg utvecklad av Thomas Pecriaux, och dess huvudfunktion är "Ne ratez aucun live de Cooldown".
Tilläggsskärmbilder
Ladda ner Cooldown TV Live-förlängningens CRX-fil
Ladda ner Cooldown TV Live-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
Extension Google Chrome pour Cooldown TV. Grundläggande Information om Tillägg
| Namn | |
| ID | jgcemlheakjdncejcnojdeabijlhdhbn |
| Officiell webbadress | https://chromewebstore.google.com/detail/cooldown-tv-live/jgcemlheakjdncejcnojdeabijlhdhbn |
| Beskrivning | Ne ratez aucun live de Cooldown |
| Filstorlek | 813 KB |
| Antal Installationer | 28 |
| Aktuell Version | 1.0 |
| Senast Uppdaterad | 2017-08-16 |
| Publiceringsdatum | 2017-08-16 |
| Betyg | 5.00/5 Totalt 1 Betyg |
| Utvecklare | Thomas Pecriaux |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | http://cooldown.fr/ |
| Stödda Språk | fr |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Cooldown TV Live",
"author": "Thomas Pecriaux",
"description": "Ne ratez aucun live de Cooldown",
"version": "1.0",
"background": {
"scripts": [
"libs\/jquery-1.11.2.js",
"parameters.js",
"background.js",
"chrome.js"
]
},
"icons": {
"256": "icons\/logo256.png",
"128": "icons\/logo128.png",
"64": "icons\/logo64.png",
"32": "icons\/logo32.png"
},
"permissions": [
"https:\/\/api.twitch.tv\/",
"notifications"
],
"browser_action": {
"default_title": "Cooldown TV - offline",
"default_popup": "popup.html",
"default_icon": "icon_off.png"
}
} | |