Manchester City News

Manchester City News for Manchester City

什么是Manchester City News?

Manchester City News是由https://www.kaistudios.com开发的Chrome扩展程序,该扩展的主要功能是“Manchester City News for Manchester City”。

扩展截图

screenshot
screenshot

下载Manchester City News扩展crx文件

下载Manchester City News扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Manchester City News Manchester City News
ID eaoikiclojjlfmkoeljbecnfmbmfljff
官方URL https://chrome.google.com/webstore/detail/manchester-city-news/eaoikiclojjlfmkoeljbecnfmbmfljff
简介 Manchester City News for Manchester City
文件大小 166 KB
安装次数 62
当前版本 0.1.30
更新时间 2016-07-20
上架时间 2016-07-19
评分 4.80/5 共10次评分
开发者 https://www.kaistudios.com
付费类型 free
扩展官网 https://www.kaistudios.com/apps
帮助页面URL https://www.kaistudios.com/contact/?src=MC
隐私政策页面URL https://www.kaistudios.com/privacy-policy
支持的语言 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'"
}