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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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'"
}