PiP View

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

Cos'è PiP View?

PiP View è un'estensione di Chrome sviluppata da alinaakova5, e la sua funzione principale è "Add a button to YouTube™ to pop the video out into a new resizable window.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione PiP View

Scarica i file di estensione PiP View in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome PiP View PiP View
ID kgcpdacnfpifblcfcoacknicpgidhfio
URL Ufficiale https://chromewebstore.google.com/detail/pip-view/kgcpdacnfpifblcfcoacknicpgidhfio
Descrizione Add a button to YouTube™ to pop the video out into a new resizable window.
Dimensione del File 47.74 KB
Conteggio Installazioni 333
Versione Corrente 1.2
Ultimo Aggiornamento 2022-01-24
Data di Pubblicazione 2021-10-08
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore alinaakova5
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}