Aero1738 TV
The official Aero1738 browser extension, showing notifications when Aero1738 goes live..
Cos'è Aero1738 TV?
Aero1738 TV è un'estensione di Chrome sviluppata da aeroproject223, e la sua funzione principale è "The official Aero1738 browser extension, showing notifications when Aero1738 goes live..".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Aero1738 TV
Scarica i file di estensione Aero1738 TV in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Informazioni di Base sull'Estensione
| Nome | |
| ID | odlmkkdmadlolcahoanmmaeaphhkbbcg |
| URL Ufficiale | https://chromewebstore.google.com/detail/aero1738-tv/odlmkkdmadlolcahoanmmaeaphhkbbcg |
| Descrizione | The official Aero1738 browser extension, showing notifications when Aero1738 goes live.. |
| Dimensione del File | 85.48 KB |
| Conteggio Installazioni | 32 |
| Versione Corrente | 2.0.0 |
| Ultimo Aggiornamento | 2017-11-05 |
| Data di Pubblicazione | 2017-11-05 |
| Valutazione | 5.00/5 Totale 3 Valutazioni |
| Sviluppatore | aeroproject223 |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
]
} | |