Neat Rabb.it

Theater mode for Rabb.it

Neat Rabb.itคืออะไร?

Neat Rabb.it เป็นส่วนขยายของ Chrome ที่พัฒนาโดย victornpb และคุณลักษณะหลักของมันคือ "Theater mode for Rabb.it"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Neat Rabb.it

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

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

                        Neat Rabbit is an extension that modifies the current website layout, to provide a better user experience while watching content on the website www.rabb.it                    

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

ชื่อ Neat Rabb.it Neat Rabb.it
ID donpmjabppcnncmoiobkhkjmhkhfaiao
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/neat-rabbit/donpmjabppcnncmoiobkhkjmhkhfaiao
คำอธิบาย Theater mode for Rabb.it
ขนาดไฟล์ 363 KB
จำนวนการติดตั้ง 14
เวอร์ชันปัจจุบัน 0.1.1
อัปเดตครั้งล่าสุด 2018-03-06
วันที่เผยแพร่ 2018-03-05
คะแนน 4.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา victornpb
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Neat Rabb.it",
    "description": "Theater mode for Rabb.it",
    "version": "0.1.1",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/www.rabb.it\/*"
            ]
        }
    ]
}