PiP View

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

What is PiP View?

PiP View is a Chrome extension developed by alinaakova5, and its main feature is "Add a button to YouTube™ to pop the video out into a new resizable window.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download PiP View Extension CRX File

Download PiP View extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name PiP View PiP View
ID kgcpdacnfpifblcfcoacknicpgidhfio
Official URL https://chromewebstore.google.com/detail/pip-view/kgcpdacnfpifblcfcoacknicpgidhfio
Description Add a button to YouTube™ to pop the video out into a new resizable window.
File Size 47.74 KB
Installation Count 333
Current Version 1.2
Last Updated 2022-01-24
Publish Date 2021-10-08
Rating 5.00/5 Total 2 Ratings
Developer alinaakova5
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}