Aero1738 TV
The official Aero1738 browser extension, showing notifications when Aero1738 goes live..
Wat is Aero1738 TV?
Aero1738 TV is een Chrome-extensie ontwikkeld door aeroproject223, en de belangrijkste functie is "The official Aero1738 browser extension, showing notifications when Aero1738 goes live..".
Extensie Screenshots
Download het CRX-bestand van de extensie Aero1738 TV
Download Aero1738 TV-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Basisinformatie over de Extensie
| Naam | |
| ID | odlmkkdmadlolcahoanmmaeaphhkbbcg |
| Officiële URL | https://chromewebstore.google.com/detail/aero1738-tv/odlmkkdmadlolcahoanmmaeaphhkbbcg |
| Beschrijving | The official Aero1738 browser extension, showing notifications when Aero1738 goes live.. |
| Bestandsgrootte | 85.48 KB |
| Aantal Installaties | 32 |
| Huidige Versie | 2.0.0 |
| Laatst Bijgewerkt | 2017-11-05 |
| Publicatiedatum | 2017-11-05 |
| Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
| Ontwikkelaar | aeroproject223 |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Aero1738 TV",
"version": "2.0.0",
"description": "The official Aero1738 browser extension, showing notifications when Aero1738 goes live..",
"icons": {
"16": "16.png",
"48": "48.png",
"128": "128.png"
},
"permissions": [
"notifications"
],
"browser_action": {
"default_title": "Aero1738 TV",
"default_popup": "popup\/popup.html"
},
"background": {
"scripts": [
"external\/socket.io.min.js",
"background.js"
]
},
"manifest_version": 2,
"web_accessible_resources": [
"48.png"
]
} | |