RTS Player

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

RTS Playerคืออะไร?

RTS Player เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.pixelway.ch และคุณลักษณะหลักของมันคือ "Ecouter la radio Suisse Romande la 1er, Espace 2, Couleur3 et Option Musique en direct."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย RTS Player

ดาวน์โหลดไฟล์ส่วนขยาย RTS Player ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        É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"
    }
}