Dallas Cowboys News

Dallas Cowboys News for The Dallas Cowboys

Was ist Dallas Cowboys News?

Dallas Cowboys News ist eine Chrome-Erweiterung, die von http://kaistudios.com entwickelt wurde, und ihr Hauptmerkmal ist "Dallas Cowboys News for The Dallas Cowboys".

Erweiterungsscreenshots

screenshot
screenshot

Dallas Cowboys News-Erweiterungs-CRX-Datei herunterladen

Laden Sie Dallas Cowboys News-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Dallas Cowboys News Reader, Get the latest News, Fixtures for Dallas Cowboys in one place straight to your browser.

Don't forget to rate & review!

Note: This is not an official Dallas Cowboys product.                    

Grundlegende Informationen zur Erweiterung

Name Dallas Cowboys News Dallas Cowboys News
ID eacmifjbfopfhnkcijnajgikpegoamhj
Offizielle URL https://chrome.google.com/webstore/detail/dallas-cowboys-news/eacmifjbfopfhnkcijnajgikpegoamhj
Beschreibung Dallas Cowboys News for The Dallas Cowboys
Dateigröße 112 KB
Installationsanzahl 38
Aktuelle Version 0.1.30
Letztes Update 2016-09-04
Veröffentlichungsdatum 2016-09-04
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler http://kaistudios.com
E-Mail [email protected]
Zahlungsart in_store
Erweiterungswebsite https://www.kaistudios.com/apps
Hilfeseite URL https://www.kaistudios.com/contact/?src=Dallas
URL der Datenschutzrichtlinien-Seite https://www.kaistudios.com/privacy-policy
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Dallas Cowboys News",
    "version": "0.1.30",
    "manifest_version": 2,
    "description": "Dallas Cowboys News for The Dallas Cowboys",
    "icons": {
        "128": "img\/icon_128.png",
        "48": "img\/icon48.png",
        "16": "img\/icon_016.png",
        "19": "img\/icon_019.png"
    },
    "options_page": "options.html",
    "options_ui": {
        "chrome_style": true,
        "page": "options.html"
    },
    "browser_action": {
        "default_icon": "img\/icon_128.png",
        "default_popup": "popup.html",
        "default_title": "Dallas Cowboys News"
    },
    "permissions": [
        "tabs",
        "storage",
        "identity",
        "https:\/\/www.googleapis.com\/",
        "unlimitedStorage",
        "",
        "https:\/\/ajax.googleapis.com\/"
    ],
    "oauth2": {
        "client_id": "582413380552-ku97bjk7fsa43pm7lcnc08mjr202tefa.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/plus.login",
            "https:\/\/www.googleapis.com\/auth\/chromewebstore.readonly"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}