PiP View

Add a button to YouTube™ to pop the video out into a new resizable window.

PiP Viewとは何ですか?

PiP Viewはalinaakova5によって開発されたChromeの拡張機能で、その主な機能は「Add a button to YouTube™ to pop the video out into a new resizable window.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

PiP View拡張機能のCRXファイルをダウンロード

PiP View拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Check out new and amazing picture-in-picture extension for your chrome browser. We are sure that if you download our product, you will not regret it. Simple and elegant, useful and reliable – it’s all about the new floating video extension. We just want you to experience the best browsing ever with our PiP extension. Picture-in-picture mode creates a fully working video player that will float with you across the browser and always on the top of other windows.
Pic-in-pic mode supports all video formats and works with popular video hubs like Youtube, Vimeo, Facebook and many others. But you can also use floating video extension on a bunch of different websites. Opened video will always upper other windows and float from site to site. How to use picture in picture extension? It’s pretty easy: open website with a video you need and run it; click on the extension icon in chrome toolbar and the floating video window will pop up. Pic-in-pic addon is a powerful tool for watching videos on a mini-video player for all sites. Don’t hesitate and get this cool picture in picture extension just in one click. Don’t forget to refresh the webpage before using the PiP extension for the first time.
Note: We don’t track your online activity and the extension has no hidden scripts to mess with your device.                    

拡張機能の基本情報

名前 PiP View PiP View
ID kgcpdacnfpifblcfcoacknicpgidhfio
公式URL https://chromewebstore.google.com/detail/pip-view/kgcpdacnfpifblcfcoacknicpgidhfio
説明 Add a button to YouTube™ to pop the video out into a new resizable window.
ファイルサイズ 47.74 KB
インストール数 333
現在のバージョン 1.2
最終更新日 2022-01-24
公開日 2021-10-08
評価 5.00/5 合計 2 レビュー
開発者 alinaakova5
Eメール [email protected]
支払い方法 free
対応言語 id,ms,de,en,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",
    "manifest_version": 2,
    "version": "1.2",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "default_locale": "en",
    "permissions": [
        "",
        "storage"
    ],
    "content_security_policy": "script-src 'unsafe-eval' 'self' https:\/\/www.youtube.com https:\/\/s.ytimg.com https:\/\/ssl.google-analytics.com; object-src 'self'",
    "background": {
        "page": "debug.html"
    },
    "browser_action": {
        "default_popup": "views\/dialog.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.youtube.com\/*",
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "content\/js\/stone.js"
            ],
            "css": [
                "content\/css\/stone.css"
            ]
        },
        {
            "matches": [
                ""
            ],
            "exclude_matches": [
                "http:\/\/www.youtube.com\/*",
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "views\/assets\/js\/cs-dialog.js"
            ],
            "css": [
                "views\/assets\/cs-dialog.css"
            ]
        }
    ],
    "icons": {
        "128": "views\/assets\/icons\/popup-icon.png"
    }
}