Coral Loader

Extend the functionality of SBNation Coral commenting system.

Coral Loaderคืออะไร?

Coral Loader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย faulkev และคุณลักษณะหลักของมันคือ "Extend the functionality of SBNation Coral commenting system."

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

screenshot

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

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

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

                        For use with any site using the SBNation Coral commenting system.

Enable features such as:
- Wide comments

Upcoming features:
- Auto-load new comments and replies                    

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

ชื่อ Coral Loader Coral Loader
ID fiomjcpnnmiapdalgaglkhlgmpmdanhh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/coral-loader/fiomjcpnnmiapdalgaglkhlgmpmdanhh
คำอธิบาย Extend the functionality of SBNation Coral commenting system.
ขนาดไฟล์ 11.39 KB
จำนวนการติดตั้ง 171
เวอร์ชันปัจจุบัน 0.0.4
อัปเดตครั้งล่าสุด 2022-10-27
วันที่เผยแพร่ 2022-04-07
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา faulkev
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Coral Loader",
    "description": "Extend the functionality of SBNation Coral commenting system.",
    "version": "0.0.4",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "128": "coral128.png"
    },
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "permissions": [
        "storage",
        "scripting",
        "webNavigation",
        "webRequest"
    ],
    "action": {
        "default_popup": "popup.html"
    }
}