Manchester City News

Manchester City News for Manchester City

What is Manchester City News?

Manchester City News is a Chrome extension developed by https://www.kaistudios.com, and its main feature is "Manchester City News for Manchester City".

Extension Screenshots

screenshot
screenshot

Download Manchester City News Extension CRX File

Download Manchester City News extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Manchester City News Manchester City News
ID eaoikiclojjlfmkoeljbecnfmbmfljff
Official URL https://chrome.google.com/webstore/detail/manchester-city-news/eaoikiclojjlfmkoeljbecnfmbmfljff
Description Manchester City News for Manchester City
File Size 166 KB
Installation Count 62
Current Version 0.1.30
Last Updated 2016-07-20
Publish Date 2016-07-19
Rating 4.80/5 Total 10 Ratings
Developer https://www.kaistudios.com
Payment Type free
Extension Website https://www.kaistudios.com/apps
Help Page URL https://www.kaistudios.com/contact/?src=MC
Privacy Policy Page URL https://www.kaistudios.com/privacy-policy
Supported Languages 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'"
}