MiniViewer

A chrome extension that allows for a picture-in-picture type window on various video streaming sites.

Cos'è MiniViewer?

MiniViewer è un'estensione di Chrome sviluppata da njcanderson, e la sua funzione principale è "A chrome extension that allows for a picture-in-picture type window on various video streaming sites.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione MiniViewer

Scarica i file di estensione MiniViewer 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

                        A chrome extension that allows for a picture-in-picture type window on various video streaming sites.                    

Informazioni di Base sull'Estensione

Nome MiniViewer MiniViewer
ID okgcbflpkckgbddcmkgphkimlnhjcfcc
URL Ufficiale https://chrome.google.com/webstore/detail/miniviewer/okgcbflpkckgbddcmkgphkimlnhjcfcc
Descrizione A chrome extension that allows for a picture-in-picture type window on various video streaming sites.
Dimensione del File 7.79 KB
Conteggio Installazioni 1,000
Versione Corrente 1.0
Ultimo Aggiornamento 2019-10-06
Data di Pubblicazione 2019-10-06
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore njcanderson
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "MiniViewer",
    "version": "1.0",
    "description": "A chrome extension that allows for a picture-in-picture type window on various video streaming sites.",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/icons\/pip-16.png",
            "32": "images\/icons\/pip-32.png",
            "48": "images\/icons\/pip-48.png",
            "128": "images\/icons\/pip-128.png"
        }
    },
    "icons": {
        "16": "images\/icons\/pip-16.png",
        "32": "images\/icons\/pip-32.png",
        "48": "images\/icons\/pip-48.png",
        "128": "images\/icons\/pip-128.png"
    },
    "permissions": [
        "activeTab"
    ],
    "manifest_version": 2
}