MiniViewer

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

What is MiniViewer?

MiniViewer is a Chrome extension developed by njcanderson, and its main feature is "A chrome extension that allows for a picture-in-picture type window on various video streaming sites.".

Extension Screenshots

screenshot

Download MiniViewer Extension CRX File

Download MiniViewer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name MiniViewer MiniViewer
ID okgcbflpkckgbddcmkgphkimlnhjcfcc
Official URL https://chrome.google.com/webstore/detail/miniviewer/okgcbflpkckgbddcmkgphkimlnhjcfcc
Description A chrome extension that allows for a picture-in-picture type window on various video streaming sites.
File Size 7.79 KB
Installation Count 1,000
Current Version 1.0
Last Updated 2019-10-06
Publish Date 2019-10-06
Rating 5.00/5 Total 3 Ratings
Developer njcanderson
Email [email protected]
Payment Type free
Supported Languages 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
}