Video Controller

Control your online videos. Send videos to VLC or play in a new tab with 1 click.

ما هو Video Controller؟

Video Controller هو إضافة Chrome تم تطويرها بواسطة https://videocontroller.info، والميزة الرئيسية لها هي "Control your online videos. Send videos to VLC or play in a new tab with 1 click.".

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

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Video Controller

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

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

                        Control online videos. Send videos to VLC or play in a new tab with 1 click. View any video in full screen. Avoid ad's, video restrictions and resource hungry websites.                    

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

الاسم Video Controller Video Controller
ID fdildbomkhmgcpicmkbnmpnbfpgcmifm
عنوان URL الرسمي https://chromewebstore.google.com/detail/video-controller/fdildbomkhmgcpicmkbnmpnbfpgcmifm
الوصف Control your online videos. Send videos to VLC or play in a new tab with 1 click.
حجم الملف 656 KB
عدد التثبيتات 380
النسخة الحالية 0.0.18
آخر تحديث 2021-10-04
تاريخ النشر 2021-10-04
المطور https://videocontroller.info
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://www.videocontroller.info/
عنوان صفحة المساعدة https://www.videocontroller.info/contact
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background\/runtime.js",
            "background\/background.js"
        ]
    },
    "content_scripts": [],
    "content_security_policy": "script-src 'self' blob:; object-src 'self';",
    "default_locale": "en",
    "description": "__MSG_extension_description__",
    "icons": {
        "48": "icon\/icon.png"
    },
    "manifest_version": 2,
    "name": "__MSG_extension_name__",
    "options_ui": {
        "page": "options\/options.html"
    },
    "page_action": {
        "default_icon": "icon\/page_action_default.png",
        "default_popup": "popup\/popup.html",
        "default_title": "__MSG_title_page_action_default__"
    },
    "permissions": [
        "",
        "storage",
        "webRequest",
        "webNavigation"
    ],
    "version": "0.0.18"
}