Video Online Search

The most efficient way to find your favorite videos

What is Video Online Search?

Video Online Search is a Chrome extension developed by artem.semenov1955, and its main feature is "The most efficient way to find your favorite videos".

Extension Screenshots

screenshot
screenshot
screenshot

Download Video Online Search Extension CRX File

Download Video Online Search extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                                            

Extension Basic Information

Name Video Online Search Video Online Search
ID kfcpbdbijjdijabpicejmmhioebelank
Official URL https://chrome.google.com/webstore/detail/video-online-search/kfcpbdbijjdijabpicejmmhioebelank
Description The most efficient way to find your favorite videos
File Size 37.31 KB
Installation Count 50
Current Version 1.0.0
Last Updated 2022-02-11
Publish Date 2021-10-02
Rating 5.00/5 Total 1 Ratings
Developer artem.semenov1955
Email [email protected]
Payment Type free
Privacy Policy Page URL https://videosearchguide.online/privacy.html
Supported Languages en
manifest.json
{
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "chrome_settings_overrides": {
        "search_provider": {
            "encoding": "UTF-8",
            "favicon_url": "https:\/\/videosearchguide.online\/media\/icons\/favicon.ico",
            "is_default": true,
            "keyword": "Personal",
            "name": "Personal",
            "search_url": "https:\/\/videosearchguide.online\/search.php?q={searchTerms}"
        }
    },
    "description": "The most efficient way to find your favorite videos",
    "icons": {
        "128": "icon.png",
        "16": "icon.png",
        "24": "icon.png",
        "256": "icon.png",
        "48": "icon.png",
        "96": "icon.png"
    },
    "manifest_version": 2,
    "name": "Video Online Search",
    "permissions": [
        "storage",
        "*:\/\/videosearchguide.online\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.0",
    "web_accessible_resources": [
        "icon.png"
    ]
}