Clear Pip View

Enhance Your Viewing Experience with Clear Pip View: Picture-in-Picture (PiP) Made Crystal Clear!

Clear Pip Viewคืออะไร?

Clear Pip View เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Terens Haynes และคุณลักษณะหลักของมันคือ "Enhance Your Viewing Experience with Clear Pip View: Picture-in-Picture (PiP) Made Crystal Clear!"

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

screenshot

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

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

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

                        Are you tired of constantly switching between tabs to watch videos while browsing? Clear Pip View is here to revolutionize your online video experience. With our browser extension, you can seamlessly activate Picture-in-Picture (PiP) mode and enjoy your favorite videos without sacrificing screen space or efficiency.

Key Features:

Activate PiP mode via toolbar icon: Smart Pip View offers a user-friendly toolbar icon that allows you to instantly activate PiP mode with a single click. Say goodbye to manual resizing and struggling to fit videos on your screen.

Icons in video player on major platforms: We understand that you have your preferred video platforms. That's why Clear Pip View ensures compatibility with major platforms such as YouTube and more. Our extension seamlessly integrates with their video players, making it incredibly convenient to activate PiP mode.

Note: Please ensure that the tab containing the video remains open for PiP to function properly.

Say goodbye to the days of minimizing or losing sight of your videos while multitasking. Clear Pip View empowers you to multitask efficiently, allowing you to enjoy your videos in a compact, resizable PiP window while continuing to browse the web or work on other tasks.

Don't miss out on this opportunity to optimize your screen space and enhance your productivity. Experience the future of online video with Clear Pip View. Install our browser extension today and embrace a smarter way to enjoy Picture-in-Picture technology!                    

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

ชื่อ Clear Pip View Clear Pip View
ID dcmdiknbnpjcbecpfpipeadobeldbijh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/clear-pip-view/dcmdiknbnpjcbecpfpipeadobeldbijh
คำอธิบาย Enhance Your Viewing Experience with Clear Pip View: Picture-in-Picture (PiP) Made Crystal Clear!
ขนาดไฟล์ 90.83 KB
จำนวนการติดตั้ง 1,506,484
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2023-07-24
วันที่เผยแพร่ 2023-06-26
คะแนน 5.00/5 รวมทั้งหมด 21 คะแนน
ผู้พัฒนา Terens Haynes
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://docs.google.com/document/d/e/2PACX-1vRZTCG1jJlyo3BuiaoUXzM9csp2gvGLv-xz3t7BoBsI26DILPuT02g9Zd6-bdaa7Cngdclc1519bV3O/pub
ภาษาที่รองรับ id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "__MSG_extName__",
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": {
        "default_icon": {
            "16": "icons\/icon16.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png",
            "300": "icons\/icon300.png"
        },
        "default_title": "__MSG_badgeTitle__"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/content.js"
            ],
            "all_frames": true,
            "match_about_blank": true,
            "run_at": "document_start"
        }
    ],
    "default_locale": "en",
    "description": "__MSG_extShortDesc__",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png",
        "300": "icons\/icon300.png"
    },
    "incognito": "split",
    "manifest_version": 3,
    "minimum_chrome_version": "95.0",
    "name": "__MSG_extName__",
    "permissions": [
        "storage",
        "scripting",
        "alarms"
    ],
    "host_permissions": [
        ""
    ],
    "version": "1.0.1",
    "web_accessible_resources": [
        {
            "resources": [
                "\/web_accessible_resources\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}