RTS Player

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

What is RTS Player?

RTS Player is a Chrome extension developed by https://www.pixelway.ch, and its main feature is "Ecouter la radio Suisse Romande la 1er, Espace 2, Couleur3 et Option Musique en direct.".

Extension Screenshots

screenshot

Download RTS Player Extension CRX File

Download RTS Player extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        É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                    

Extension Basic Information

Name RTS Player RTS Player
ID gjjhfmfokeajpkjabladkpomcpcijkam
Official URL https://chromewebstore.google.com/detail/rts-player/gjjhfmfokeajpkjabladkpomcpcijkam
Description Ecouter la radio Suisse Romande la 1er, Espace 2, Couleur3 et Option Musique en direct.
File Size 39.53 KB
Installation Count 251
Current Version 2.2
Last Updated 2017-04-19
Publish Date 2017-04-18
Rating 4.50/5 Total 4 Ratings
Developer https://www.pixelway.ch
Email [email protected]
Payment Type free
Extension Website http://www.pixelway.ch
Supported Languages 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"
    }
}