MiniViewer

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

Τι είναι το MiniViewer;

Το MiniViewer είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον njcanderson, και η κύρια λειτουργία του είναι "A chrome extension that allows for a picture-in-picture type window on various video streaming sites.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης MiniViewer

Λήψη αρχείων επέκτασης MiniViewer σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

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

Βασικές Πληροφορίες Επέκτασης

Όνομα MiniViewer MiniViewer
ID okgcbflpkckgbddcmkgphkimlnhjcfcc
Επίσημο URL https://chrome.google.com/webstore/detail/miniviewer/okgcbflpkckgbddcmkgphkimlnhjcfcc
Περιγραφή A chrome extension that allows for a picture-in-picture type window on various video streaming sites.
Μέγεθος Αρχείου 7.79 KB
Αριθμός Εγκαταστάσεων 1,000
Τρέχουσα Έκδοση 1.0
Τελευταία Ενημέρωση 2019-10-06
Ημερομηνία Δημοσίευσης 2019-10-06
Αξιολόγηση 5.00/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής njcanderson
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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
}