InAir Super Bowl 2015
Superbowl XLIX stream with live social network and sports statistics.
Cos'è InAir Super Bowl 2015?
InAir Super Bowl 2015 è un'estensione di Chrome sviluppata da https://inair.tv, e la sua funzione principale è "Superbowl XLIX stream with live social network and sports statistics.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione InAir Super Bowl 2015
Scarica i file di estensione InAir Super Bowl 2015 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
Superbowl XLIX stream with live social network and sports statistics. - Facebook - Twitter - Live Statistics - Chat room
Informazioni di Base sull'Estensione
Nome | InAir Super Bowl 2015 |
ID | ighablmjgklladmcbdeknggbkiogbbcg |
URL Ufficiale | https://chromewebstore.google.com/detail/inair-super-bowl-2015/ighablmjgklladmcbdeknggbkiogbbcg |
Descrizione | Superbowl XLIX stream with live social network and sports statistics. |
Dimensione del File | 17.33 KB |
Conteggio Installazioni | 24 |
Versione Corrente | 0.0.5 |
Ultimo Aggiornamento | 2015-02-01 |
Data di Pubblicazione | 2015-02-01 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | https://inair.tv |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "InAir Super Bowl 2015", "version": "0.0.5", "manifest_version": 2, "description": "Superbowl XLIX stream with live social network and sports statistics.", "homepage_url": "http:\/\/inair.tv", "icons": { "16": "icons\/inair16.png", "48": "icons\/inair48.png", "128": "icons\/inair128.png" }, "default_locale": "en", "background": { "scripts": [ "src\/bg\/background.js" ], "persistent": true }, "permissions": [ "tabs", "http:\/\/*\/*" ], "web_accessible_resources": [ "src\/inject\/inject.js", "src\/inject\/inject.css", "versionCheck.json" ], "externally_connectable": { "matches": [ "http:\/\/superbowl.inair.tv\/*", "http:\/\/localhost:3000\/*" ] } } |