Full Screen for Google Chrome 2.0

Turn to full-screen while watching a video/movie in one single click.

Full Screen for Google Chrome 2.0คืออะไร?

Full Screen for Google Chrome 2.0 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย V & G และคุณลักษณะหลักของมันคือ "Turn to full-screen while watching a video/movie in one single click."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Full Screen for Google Chrome 2.0

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

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

                        ⬇️Easy to set up⬇️:


1. Download and install the extension.
2. That's it. You don’t have to do anything else.
3. Click it whenever you want to enter full-screen mode. 📺


✨Features ✨:

1. Auto Full-Screen option lets you enter the full-screen mode automatically whenever you click on the play ▶️ button.
2. Works for all video players as well as YouTube, and HTML5.


A lightweight and useful add-in designed to work fast on any web page, image, or video to turn to full screen.                    

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

ชื่อ Full Screen for Google Chrome 2.0 Full Screen for Google Chrome 2.0
ID eakledjaonbmdfeklmameopnncfoldfk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/full-screen-for-google-ch/eakledjaonbmdfeklmameopnncfoldfk
คำอธิบาย Turn to full-screen while watching a video/movie in one single click.
ขนาดไฟล์ 42.01 KB
จำนวนการติดตั้ง 199
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2022-10-14
วันที่เผยแพร่ 2022-10-13
คะแนน 4.65/5 รวมทั้งหมด 17 คะแนน
ผู้พัฒนา V & G
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Full Screen for Google Chrome 2.0",
    "description": "Turn to full-screen while watching a video\/movie in one single click.",
    "version": "1.0.0",
    "manifest_version": 3,
    "icons": {
        "16": "logo\/logo-16-new.png",
        "128": "logo\/logo-128-new.png"
    },
    "action": [],
    "background": {
        "service_worker": ".\/background.js"
    },
    "permissions": [
        "tabs",
        "contextMenus"
    ],
    "host_permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ]
}