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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Ecouter la radio Suisse Romande la 1er, Espace 2, Couleur3 et Option Musique en direct."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में RTS Player एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    }
}