Timing71

Timing71 browser extension

Timing71คืออะไร?

Timing71 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://timing71.org และคุณลักษณะหลักของมันคือ "Timing71 browser extension"

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        View real-time live timing data and detailed analysis, from your web browser!

The Timing71 extension for Google Chrome brings the power of Timing71's real-time analysis and display of motorsport data to your browser. View live race feeds with Timing71's iconic and clear timing screen, plus gain strategic insights using its comprehensive suite of analysis tools.

Timing71 is a hobby project and a work in progress - new features are constantly being added and existing features improved.

For recent changes to this plugin see the changelog at https://github.com/timing71/chrome/releases                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Timing71 Timing71
ID pjdcehojcogjpilmeliklfddboeoogpd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/timing71/pjdcehojcogjpilmeliklfddboeoogpd
คำอธิบาย Timing71 browser extension
ขนาดไฟล์ 170 KB
จำนวนการติดตั้ง 4,583
เวอร์ชันปัจจุบัน 1.2.0
อัปเดตครั้งล่าสุด 2023-11-03
วันที่เผยแพร่ 2022-01-03
คะแนน 3.88/5 รวมทั้งหมด 8 คะแนน
ผู้พัฒนา https://timing71.org
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.timing71.org/
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Timing71",
    "description": "Timing71 browser extension",
    "version": "1.2.0",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.timing71.org\/*",
                "http:\/\/localhost\/*"
            ],
            "js": [
                "injector.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "flash.js"
            ],
            "css": [
                "timing71.css"
            ]
        }
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    },
    "host_permissions": [
        "https:\/\/*\/",
        "wss:\/\/*\/"
    ],
    "permissions": [
        "alarms",
        "declarativeNetRequest",
        "storage",
        "tabs"
    ],
    "action": {
        "default_title": "Timing71",
        "default_popup": "menu.html"
    },
    "icons": {
        "16": "logo_16.png",
        "32": "logo_32.png",
        "64": "logo_64.png",
        "128": "logo_128.png"
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.timing71.org\/*",
            "http:\/\/localhost\/*"
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "logo_32.png"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        },
        {
            "resources": [
                "host.html",
                "host.js"
            ],
            "matches": [
                "https:\/\/*.timing71.org\/*",
                "http:\/\/localhost\/*"
            ]
        }
    ]
}