InAir Super Bowl 2015

Superbowl XLIX stream with live social network and sports statistics.

Qu'est-ce que InAir Super Bowl 2015 ?

InAir Super Bowl 2015 est une extension Chrome développée par https://inair.tv, et sa fonction principale est "Superbowl XLIX stream with live social network and sports statistics.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension InAir Super Bowl 2015

Téléchargez les fichiers d'extension InAir Super Bowl 2015 au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Superbowl XLIX stream with live social network and sports statistics.
 - Facebook
 - Twitter
 - Live Statistics
 - Chat room                    

Informations de Base sur l'Extension

Nom InAir Super Bowl 2015 InAir Super Bowl 2015
ID ighablmjgklladmcbdeknggbkiogbbcg
URL Officiel https://chromewebstore.google.com/detail/inair-super-bowl-2015/ighablmjgklladmcbdeknggbkiogbbcg
Description Superbowl XLIX stream with live social network and sports statistics.
Taille du Fichier 17.33 KB
Nombre d'Installations 24
Version Actuelle 0.0.5
Dernière Mise à Jour 2015-02-01
Date de Publication 2015-02-01
Évaluation 5.00/5 Total 1 Évaluations
Développeur https://inair.tv
Type de Paiement free
Langues Prises en Charge 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\/*"
        ]
    }
}