Carbon for F1TV

Enhance your F1TV experience.

Carbon for F1TV란 무엇입니까?

Carbon for F1TV은(는) Carbon for F1TV에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Enhance your F1TV experience."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Carbon for F1TV 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Enhance your F1TV experience with this extension! Enjoy theater mode for full-screen viewing and sync mode for simultaneous playback of multiple streams.

This extension is a free, non-commercial, fanmade project. It is not affiliated with Formula 1, FIA, Grand Prix, or any related entities. A paid F1TV subscription is required to use this extension.                    

확장 프로그램 기본 정보

이름 Carbon for F1TV Carbon for F1TV
ID kbnlmjibehhjlncfbolkigkiihhlfmbd
공식 URL https://chromewebstore.google.com/detail/carbon-for-f1tv/kbnlmjibehhjlncfbolkigkiihhlfmbd
설명 Enhance your F1TV experience.
파일 크기 83.35 KB
설치 횟수 63
현재 버전 1.0.6
최근 업데이트 2024-03-03
출시 날짜 2024-02-12
개발자 Carbon for F1TV
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://carbon-for-f1tv.github.io/
도움말 페이지 URL https://github.com/Carbon-for-F1TV/Carbon-for-F1TV/discussions
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Carbon for F1TV",
    "description": "Enhance your F1TV experience.",
    "version": "1.0.6",
    "icons": {
        "16": "icon\/16.png",
        "48": "icon\/48.png",
        "128": "icon\/128.png",
        "512": "icon\/512.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/f1tv.formula1.com\/*"
            ],
            "js": [
                "lib\/jquery-3.7.1.min.js",
                "carbon-for-f1tv.user.js"
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icon\/16.png",
            "48": "icon\/48.png",
            "128": "icon\/128.png",
            "512": "icon\/512.png"
        }
    }
}