7plus-responsive-video

Make the 7+ video player wide and more responsive

7plus-responsive-videoคืออะไร?

7plus-responsive-video เป็นส่วนขยายของ Chrome ที่พัฒนาโดย glen และคุณลักษณะหลักของมันคือ "Make the 7+ video player wide and more responsive"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย 7plus-responsive-video

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

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

                        Make the 7plus video player more responsive. 
This allows the video player to take full use of the available space by slightly rearranging the elements on the page.                    

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

ชื่อ 7plus-responsive-video 7plus-responsive-video
ID pegahkchckmpafkgnobgcpcbhdcobijp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/7plus-responsive-video/pegahkchckmpafkgnobgcpcbhdcobijp
คำอธิบาย Make the 7+ video player wide and more responsive
ขนาดไฟล์ 3.34 KB
จำนวนการติดตั้ง 50
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2021-07-26
วันที่เผยแพร่ 2021-07-26
ผู้พัฒนา glen
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/GWilts/7plus-responsive-video
URL หน้าช่วยเหลือ https://github.com/GWilts/7plus-responsive-video
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "7plus-responsive-video",
    "version": "1.0.0",
    "description": "Make the 7+ video player wide and more responsive",
    "short_name": "Make the 7+ video player responsive",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/7plus.com.au\/*"
            ],
            "css": [
                "background.css"
            ]
        }
    ]
}