F1 Extension

F1 Extension, the ultimate tool for all Formula 1 enthusiasts!

F1 Extensionคืออะไร?

F1 Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย shashwat824 และคุณลักษณะหลักของมันคือ "F1 Extension, the ultimate tool for all Formula 1 enthusiasts!"

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

screenshot
screenshot
screenshot

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

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

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

                        Welcome to the F1 Chrome Extension, the ultimate tool for every Formula 1 enthusiast!

Our extension not only provides you with a comprehensive schedule of all races for the current F1 season but also offers a glimpse into the dynamic world of driver and constructor standings. Stay on top of the thrilling races and track the performance of your favorite teams and drivers effortlessly.

But that's not all – we understand how easy it is to lose track of time amidst the excitement of race day. That's why our extension allows you to set reminders for each race, receiving alerts directly to your browser 30 minutes before the start.

Designed with user-friendliness in mind, our intuitive interface guarantees swift access to all the critical details you need. Whether you're a die-hard fan or a casual viewer, the F1 Chrome Extension is the perfect companion to stay up-to-date with the latest F1 action.

Why wait? Download the F1 Chrome Extension today, and embark on an immersive journey through the upcoming F1 season!                    

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

ชื่อ F1 Extension F1 Extension
ID donjkfgdfojidiebkopgppmafhpbhpbk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/f1-extension/donjkfgdfojidiebkopgppmafhpbhpbk
คำอธิบาย F1 Extension, the ultimate tool for all Formula 1 enthusiasts!
ขนาดไฟล์ 1.08 MB
จำนวนการติดตั้ง 567
เวอร์ชันปัจจุบัน 1.2.1
อัปเดตครั้งล่าสุด 2024-03-01
วันที่เผยแพร่ 2023-04-25
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา shashwat824
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "F1 Extension",
    "description": "F1 Extension, the ultimate tool for all Formula 1 enthusiasts!",
    "version": "1.2.1",
    "manifest_version": 3,
    "action": {
        "default_popup": "index.html",
        "default_title": "Open the popup"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "notifications",
        "alarms",
        "storage"
    ],
    "icons": {
        "16": "F1.png",
        "48": "F1.png",
        "128": "F1.png"
    }
}