FanSided News

News reader companion for FanSided Network

FanSided News란 무엇입니까?

FanSided News은(는) https://fansided.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "News reader companion for FanSided Network"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

FanSided News 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        FanSided News Chrome Extension provides a custom newsfeed stocked with content on your all of your favorite teams and fandoms. It's the latest development of a user-friendly multi-platform initiative featuring FanSided Daily and FanSided's suite of mobile apps for iOS and Android devices.

Build your custom content stream by picking your favorite sports teams, TV shows, movie franchises, entertainers and more with FanSided's easy-to-use personalization selector. Get news and analysis on your favorites sent directly to you in a newsfeed right in your Chrome browser, and stay up to date by turning on desktop notifications.                    

확장 프로그램 기본 정보

이름 FanSided News FanSided News
ID hniomffglcknlkjfhgelajihlafjnfpc
공식 URL https://chromewebstore.google.com/detail/fansided-news/hniomffglcknlkjfhgelajihlafjnfpc
설명 News reader companion for FanSided Network
파일 크기 862 KB
설치 횟수 277
현재 버전 1.58
최근 업데이트 2017-11-17
출시 날짜 2017-11-17
평점 4.33/5 총 6 개의 평점
개발자 https://fansided.com
이메일 [email protected]
결제 유형 free
도움말 페이지 URL http://fansided.com/browser-extension-support/
개인정보 보호 정책 페이지 URL http://fansided.com/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "minimum_chrome_version": "55",
    "name": "FanSided News",
    "description": "News reader companion for FanSided Network",
    "version": "1.58",
    "icons": {
        "38": "images\/logo38.png",
        "48": "images\/logo48.png",
        "128": "images\/logo128.png"
    },
    "browser_action": {
        "default_title": "FanSided News",
        "default_icon": {
            "38": "images\/logo38b.png"
        }
    },
    "background": {
        "scripts": [
            "js\/md5.min.js",
            "globals.js",
            "ga.js",
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "css": [
                "sidebar.css"
            ],
            "js": [
                "js\/jquery.min.js",
                "globals.js",
                "sidebar.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self' https:\/\/cdn.fansided.com",
    "web_accessible_resources": [
        "index.html"
    ],
    "permissions": [
        "tabs",
        "activeTab",
        "storage",
        "notifications"
    ]
}