MiniViewer

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

Was ist MiniViewer?

MiniViewer ist eine Chrome-Erweiterung, die von njcanderson entwickelt wurde, und ihr Hauptmerkmal ist "A chrome extension that allows for a picture-in-picture type window on various video streaming sites.".

Erweiterungsscreenshots

screenshot

MiniViewer-Erweiterungs-CRX-Datei herunterladen

Laden Sie MiniViewer-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name MiniViewer MiniViewer
ID okgcbflpkckgbddcmkgphkimlnhjcfcc
Offizielle URL https://chrome.google.com/webstore/detail/miniviewer/okgcbflpkckgbddcmkgphkimlnhjcfcc
Beschreibung A chrome extension that allows for a picture-in-picture type window on various video streaming sites.
Dateigröße 7.79 KB
Installationsanzahl 1,000
Aktuelle Version 1.0
Letztes Update 2019-10-06
Veröffentlichungsdatum 2019-10-06
Bewertung 5.00/5 Insgesamt 3 Bewertungen
Entwickler njcanderson
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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
}