RCS & RDS Media Player Extension

RCS & RDS Media Player for Chrome

RCS & RDS Media Player Extension란 무엇입니까?

RCS & RDS Media Player Extension은(는) Digi Romania에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "RCS & RDS Media Player for Chrome"입니다.

확장 프로그램 스크린샷

screenshot

RCS & RDS Media Player Extension 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Permite utilizatorilor vizionarea continutului oferit pe platforma DigiOnline (programele TV, filmele si serialele).                    

확장 프로그램 기본 정보

이름 RCS & RDS Media Player Extension RCS & RDS Media Player Extension
ID hckkiiidciekfeicdlmmomipcngnfjhl
공식 URL https://chrome.google.com/webstore/detail/rcs-rds-media-player-exte/hckkiiidciekfeicdlmmomipcngnfjhl
설명 RCS & RDS Media Player for Chrome
파일 크기 5.13 MB
설치 횟수 20,000
현재 버전 1.4.3
최근 업데이트 2017-12-11
출시 날짜 2017-12-11
평점 2.86/5 총 84 개의 평점
개발자 Digi Romania
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://www.digi-online.ro
개인정보 보호 정책 페이지 URL http://www.digi-online.ro
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "nacl_modules": [
        {
            "path": "Player.nmf",
            "mime_type": "application\/vnd.rcsrds.secureplayer.pepper.plugin"
        }
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content_script.js"
            ]
        }
    ],
    "minimum_chrome_version": "39.0.2171.71",
    "requirements": {
        "3D": {
            "features": [
                "webgl"
            ]
        }
    },
    "description": "RCS & RDS Media Player for Chrome",
    "icons": {
        "128": "icon_128x128.png",
        "48": "icon_48x48.png"
    },
    "web_accessible_resources": [
        "*"
    ],
    "offline_enabled": true,
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "platforms": [
        {
            "nacl_arch": "x86-32",
            "sub_package_path": "_platform_specific\/x86-32\/"
        },
        {
            "nacl_arch": "x86-64",
            "sub_package_path": "_platform_specific\/x86-64\/"
        }
    ],
    "version": "1.4.3",
    "manifest_version": 2,
    "permissions": [
        "unlimitedStorage",
        "tabs",
        "power",
        "system.cpu",
        "system.display"
    ],
    "name": "RCS & RDS Media Player Extension"
}