Fastgenuity

Better and faster experience on Edgenuity

Fastgenuityคืออะไร?

Fastgenuity เป็นส่วนขยายของ Chrome ที่พัฒนาโดย saucesteals และคุณลักษณะหลักของมันคือ "Better and faster experience on Edgenuity"

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

screenshot

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

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

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

                        Speed up your experience on Edgenuity, faster and autoplayed videos, no hidden questions, no question delay.

Care to contribute? - https://github.com/saucesteals/fastgenuity                    

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

ชื่อ Fastgenuity Fastgenuity
ID lohcmdockimmldpiioinamcimopfkkfk
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/fastgenuity/lohcmdockimmldpiioinamcimopfkkfk
คำอธิบาย Better and faster experience on Edgenuity
ขนาดไฟล์ 12.21 KB
จำนวนการติดตั้ง 3,691
เวอร์ชันปัจจุบัน 0.2.2
อัปเดตครั้งล่าสุด 2023-05-23
วันที่เผยแพร่ 2021-02-24
คะแนน 3.97/5 รวมทั้งหมด 34 คะแนน
ผู้พัฒนา saucesteals
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/saucesteals/fastgenuity
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Fastgenuity",
    "version": "0.2.2",
    "manifest_version": 3,
    "description": "Better and faster experience on Edgenuity",
    "web_accessible_resources": [
        {
            "resources": [
                "src\/player.js",
                "src\/loader.js"
            ],
            "matches": [
                "https:\/\/*.edgenuity.com\/*"
            ]
        }
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "https:\/\/*.edgenuity.com\/player*"
            ],
            "js": [
                "src\/inject.js"
            ]
        }
    ]
}