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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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/
URL หน้าช่วยเหลือ 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"
}