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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
}