Pic-in-pic for Chrome browser

Picture-in-picture button for web videos. Watch videos in picture in picture mode!

什麼是Pic-in-pic for Chrome browser?

Pic-in-pic for Chrome browser是由Odone Carbone開發的Chrome擴展程式,該擴展的主要功能是“Picture-in-picture button for web videos. Watch videos in picture in picture mode!”。

擴展截圖

screenshot
screenshot

下載Pic-in-pic for Chrome browser擴展crx文件

下載Pic-in-pic for Chrome browser擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Watch videos in a floating window while surfing the web.

- Always on top
- Supports video players on popular sites e.g. Youtube
- Works with Youtube playlists
- Resume playback from the last position

How to use it: Find and click the “Pic-in-pic” button in the video controls. Don’t close the tab.                    

擴展基本資訊

名稱 Pic-in-pic for Chrome browser Pic-in-pic for Chrome browser
ID obfdmhekhgnjollgnhjhedapplpmbpka
官方網址 https://chrome.google.com/webstore/detail/pic-in-pic-for-chrome-bro/obfdmhekhgnjollgnhjhedapplpmbpka
簡介 Picture-in-picture button for web videos. Watch videos in picture in picture mode!
檔案大小 43.54 KB
安裝次數 30,000
目前版本 1.8.5
更新時間 2022-09-11
上架時間 2021-05-21
評分 4.34/5 共 50 次評分
開發者 Odone Carbone
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://www.notion.so/Pic-in-pic-Privacy-policy-27f68765d2004a5d970cb074479937c0
支援的語言 id,ms,de,en,en-GB,en-US,fil,fr,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,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": true,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "128": "icon128.png"
        }
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "buttons.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "icons": {
        "128": "icon128.png"
    },
    "name": "__MSG_appName__",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "version": "1.8.5",
    "web_accessible_resources": [
        "images\/*.svg"
    ]
}