RTS Player

Ecouter la radio Suisse Romande la 1er, Espace 2, Couleur3 et Option Musique en direct.

RTS Player란 무엇입니까?

RTS Player은(는) https://www.pixelway.ch에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Ecouter la radio Suisse Romande la 1er, Espace 2, Couleur3 et Option Musique en direct."입니다.

확장 프로그램 스크린샷

screenshot

RTS Player 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Écoutez votre radio préférée directement depuis votre navigateur favorite sans passé par le site web de la RTS.

- Radio Suisse Romande
- Espace 2
- Couleur 3
- Option Musique

Correction problème d'affichage.
Ajout de la gestion du ratio lors de l'utilisation du Zoom dans le navigateur                    

확장 프로그램 기본 정보

이름 RTS Player RTS Player
ID gjjhfmfokeajpkjabladkpomcpcijkam
공식 URL https://chromewebstore.google.com/detail/rts-player/gjjhfmfokeajpkjabladkpomcpcijkam
설명 Ecouter la radio Suisse Romande la 1er, Espace 2, Couleur3 et Option Musique en direct.
파일 크기 39.53 KB
설치 횟수 251
현재 버전 2.2
최근 업데이트 2017-04-19
출시 날짜 2017-04-18
평점 4.50/5 총 4 개의 평점
개발자 https://www.pixelway.ch
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://www.pixelway.ch
지원되는 언어 fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "RTS Player",
    "short_name": "RTS Player",
    "description": "Ecouter la radio Suisse Romande la 1er, Espace 2, Couleur3 et Option Musique en direct.",
    "version": "2.2",
    "permissions": [
        "https:\/\/www.google-analytics.com\/*",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.rts.ch\/*"
            ],
            "js": [
                "google-analytics-bundle.js",
                "iframe_script.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "browser_action": {
        "default_icon": "icon.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "app.js",
            "google-analytics-bundle.js"
        ]
    },
    "icons": {
        "128": "128.png"
    }
}