ShortsFullscreen

Adds a fullscreen control to YouTube Shorts

ShortsFullscreenคืออะไร?

ShortsFullscreen เป็นส่วนขยายของ Chrome ที่พัฒนาโดย DiAvisoo Solutions และคุณลักษณะหลักของมันคือ "Adds a fullscreen control to YouTube Shorts"

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

screenshot

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

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

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

                        Adds a fullscreen control to YouTube Shorts.

Just go to a YouTube Shorts video and hover the mouse cursor over a video.
The fullscreen button will appear at the top.

If you like this extension, please check out my other project xRoad at https://xroad.app. Thanks!                    

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

ชื่อ ShortsFullscreen ShortsFullscreen
ID molcegabghkphlnemjfciclgoooejakj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/shortsfullscreen/molcegabghkphlnemjfciclgoooejakj
คำอธิบาย Adds a fullscreen control to YouTube Shorts
ขนาดไฟล์ 33.68 KB
จำนวนการติดตั้ง 1,088
เวอร์ชันปัจจุบัน 0.0.1
อัปเดตครั้งล่าสุด 2022-09-20
วันที่เผยแพร่ 2022-09-19
คะแนน 4.67/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา DiAvisoo Solutions
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://webcapta.in/fs_privacy.txt
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ShortsFullscreen",
    "description": "Adds a fullscreen control to YouTube Shorts",
    "version": "0.0.1",
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/shorts\/*"
            ],
            "js": [
                "\/content.js"
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": "logo.png"
    },
    "content_security_policy": []
}