Manchester City News

Manchester City News for Manchester City

Cos'è Manchester City News?

Manchester City News è un'estensione di Chrome sviluppata da https://www.kaistudios.com, e la sua funzione principale è "Manchester City News for Manchester City".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Manchester City News

Scarica i file di estensione Manchester City News 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

                        Manchester City RSS Feed Reader, News, Standings, Fixtures for The Blues

Get the latest news, standings in one place straight to your browser.

Don't forget to rate & review. Go city!

Note: This is not an official Manchester City product.                    

Informazioni di Base sull'Estensione

Nome Manchester City News Manchester City News
ID eaoikiclojjlfmkoeljbecnfmbmfljff
URL Ufficiale https://chrome.google.com/webstore/detail/manchester-city-news/eaoikiclojjlfmkoeljbecnfmbmfljff
Descrizione Manchester City News for Manchester City
Dimensione del File 166 KB
Conteggio Installazioni 62
Versione Corrente 0.1.30
Ultimo Aggiornamento 2016-07-20
Data di Pubblicazione 2016-07-19
Valutazione 4.80/5 Totale 10 Valutazioni
Sviluppatore https://www.kaistudios.com
Tipo di Pagamento free
Sito Web dell'Estensione https://www.kaistudios.com/apps
URL della Pagina di Aiuto https://www.kaistudios.com/contact/?src=MC
URL della Pagina della Politica sulla Privacy https://www.kaistudios.com/privacy-policy
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Manchester City News",
    "version": "0.1.30",
    "manifest_version": 2,
    "description": "Manchester City News for Manchester City",
    "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": "Manchester City News"
    },
    "permissions": [
        "tabs",
        "storage",
        "identity",
        "https:\/\/www.googleapis.com\/",
        "unlimitedStorage",
        "",
        "https:\/\/ajax.googleapis.com\/"
    ],
    "oauth2": {
        "client_id": "616251478210-bf67bmbc8q38jgfd9ntvarb2ijiet288.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'"
}