Mediabox

It's a simple popup, where you store videos to watch without interrupting navigation. With mediabox, you can "up" your video…

ما هو Mediabox؟

Mediabox هو إضافة Chrome تم تطويرها بواسطة https://florentdenis.net، والميزة الرئيسية لها هي "It's a simple popup, where you store videos to watch without interrupting navigation. With mediabox, you can "up" your video…".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Mediabox

قم بتنزيل ملفات الامتداد Mediabox بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        It's a simple popup, where you store videos to watch without interrupting navigation.

With mediabox, you can "up" your video inside a list. Then, you can view your videos, watch them again in the list or in a popup.

Actuel support:
- Youtube
- Dailymotion
- Vimeo                    

معلومات أساسية عن التمديد

الاسم Mediabox Mediabox
ID mpnfgpnnaphelnihppldkdhcbbejokab
عنوان URL الرسمي https://chromewebstore.google.com/detail/mediabox/mpnfgpnnaphelnihppldkdhcbbejokab
الوصف It's a simple popup, where you store videos to watch without interrupting navigation. With mediabox, you can "up" your video…
حجم الملف 128 KB
عدد التثبيتات 55
النسخة الحالية 1.0
آخر تحديث 2015-03-07
تاريخ النشر 2015-03-07
المطور https://florentdenis.net
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Mediabox",
    "manifest_version": 2,
    "version": "1.0",
    "icons": {
        "16": "icones\/icone16.png",
        "48": "icones\/icone48.png",
        "128": "icones\/icone128.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "build\/adapter.js",
            "build\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "build\/storage.js",
                "build\/adapter.js",
                "build\/content.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icones\/icone19.png"
    },
    "permissions": [
        "tabs",
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}