Video Controller

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

Vad är Video Controller?

Video Controller är en Chrome-tillägg utvecklad av https://videocontroller.info, och dess huvudfunktion är "Control your online videos. Send videos to VLC or play in a new tab with 1 click.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner Video Controller-förlängningens CRX-fil

Ladda ner Video Controller-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Video Controller Video Controller
ID fdildbomkhmgcpicmkbnmpnbfpgcmifm
Officiell webbadress https://chromewebstore.google.com/detail/video-controller/fdildbomkhmgcpicmkbnmpnbfpgcmifm
Beskrivning Control your online videos. Send videos to VLC or play in a new tab with 1 click.
Filstorlek 656 KB
Antal Installationer 380
Aktuell Version 0.0.18
Senast Uppdaterad 2021-10-04
Publiceringsdatum 2021-10-04
Utvecklare https://videocontroller.info
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://www.videocontroller.info/
Hjälpsida URL https://www.videocontroller.info/contact
Stödda Språk 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"
}