MiniViewer

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

MiniViewer là gì?

MiniViewer là một tiện ích mở rộng Chrome được phát triển bởi njcanderson, và tính năng chính của nó là "A chrome extension that allows for a picture-in-picture type window on various video streaming sites.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng MiniViewer

Tải xuống các tệp mở rộng MiniViewer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên MiniViewer MiniViewer
ID okgcbflpkckgbddcmkgphkimlnhjcfcc
URL Chính Thức https://chrome.google.com/webstore/detail/miniviewer/okgcbflpkckgbddcmkgphkimlnhjcfcc
Mô tả A chrome extension that allows for a picture-in-picture type window on various video streaming sites.
Kích Thước Tệp 7.79 KB
Số Lần Cài Đặt 1,000
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2019-10-06
Ngày Phát Hành 2019-10-06
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển njcanderson
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
}