Amazing Picture in Picture

Play online videos while surfing the Internet

什麼是Amazing Picture in Picture?

Amazing Picture in Picture是由Gerd Aase開發的Chrome擴展程式,該擴展的主要功能是“Play online videos while surfing the Internet”。

擴展截圖

screenshot

下載Amazing Picture in Picture擴展crx文件

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

擴展使用說明

                        Amazing Picture in Picture helps you watch web videos in a floating window. You can watch a video while browsing the web or using other applications. 

Features:
🌟 Always on top, resizable floating window
🌟 Works on all desktop platforms

Quick start:
1. Use a extension button in the video player
1a. Alternatively, click on an extension’s icon in the toolbar 
2. Don’t close the tab with the video -- playback will be stopped!                    

擴展基本資訊

名稱 Amazing Picture in Picture Amazing Picture in Picture
ID npdpblbkejobemdadfdbajgafjafdkbe
官方網址 https://chrome.google.com/webstore/detail/amazing-picture-in-pictur/npdpblbkejobemdadfdbajgafjafdkbe
簡介 Play online videos while surfing the Internet
檔案大小 42.04 KB
安裝次數 20,000
目前版本 2.2.3
更新時間 2021-08-26
上架時間 2021-05-22
開發者 Gerd Aase
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://www.notion.so/Privacy-policy-Amazing-Picture-in-Picture-501d57a3e184423ea974cbb55d7837b3
支援的語言 id,ms,de,en,en-GB,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,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": "icon-128.png"
        }
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "buttons.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "icons": {
        "128": "icon-128.png",
        "48": "icon-48.png",
        "16": "icon-16.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": "2.2.3",
    "web_accessible_resources": [
        "images\/*.svg"
    ]
}