PiP View

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

Apa itu PiP View?

PiP View adalah ekstensi Chrome yang dikembangkan oleh alinaakova5, dan fitur utamanya adalah "Add a button to YouTube™ to pop the video out into a new resizable window.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi PiP View

Unduh file ekstensi PiP View dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama PiP View PiP View
ID kgcpdacnfpifblcfcoacknicpgidhfio
URL Resmi https://chromewebstore.google.com/detail/pip-view/kgcpdacnfpifblcfcoacknicpgidhfio
Deskripsi Add a button to YouTube™ to pop the video out into a new resizable window.
Ukuran File 47.74 KB
Jumlah Instalasi 333
Versi Saat Ini 1.2
Terakhir Diperbarui 2022-01-24
Tanggal Publikasi 2021-10-08
Penilaian 5.00/5 Total 2 Penilaian
Pengembang alinaakova5
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}