Dallas Cowboys News

Dallas Cowboys News for The Dallas Cowboys

Vad är Dallas Cowboys News?

Dallas Cowboys News är en Chrome-tillägg utvecklad av http://kaistudios.com, och dess huvudfunktion är "Dallas Cowboys News for The Dallas Cowboys".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Dallas Cowboys News-förlängningens CRX-fil

Ladda ner Dallas Cowboys News-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Dallas Cowboys News Dallas Cowboys News
ID eacmifjbfopfhnkcijnajgikpegoamhj
Officiell webbadress https://chrome.google.com/webstore/detail/dallas-cowboys-news/eacmifjbfopfhnkcijnajgikpegoamhj
Beskrivning Dallas Cowboys News for The Dallas Cowboys
Filstorlek 112 KB
Antal Installationer 38
Aktuell Version 0.1.30
Senast Uppdaterad 2016-09-04
Publiceringsdatum 2016-09-04
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare http://kaistudios.com
E-post [email protected]
Betalningssätt in_store
Tilläggswebbplats https://www.kaistudios.com/apps
Hjälpsida URL https://www.kaistudios.com/contact/?src=Dallas
URL till Sekretesspolicy Sidan https://www.kaistudios.com/privacy-policy
Stödda Språk 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'"
}