Search Videos

Search videos across the top video sharing sites.

What is Search Videos?

Search Videos is a Chrome extension developed by http://howdysearch.com, and its main feature is "Search videos across the top video sharing sites.".

Extension Screenshots

screenshot

Download Search Videos Extension CRX File

Download Search Videos 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

                        Fast way to search for videos on the top video sharing sites on the internet.                    

Extension Basic Information

Name Search Videos Search Videos
ID ifmpnlmjhkkglnlojpofnoccpcjmpnnh
Official URL https://chrome.google.com/webstore/detail/search-videos/ifmpnlmjhkkglnlojpofnoccpcjmpnnh
Description Search videos across the top video sharing sites.
File Size 104 KB
Installation Count 199
Current Version 1.4
Last Updated 2017-08-17
Publish Date 2017-08-17
Developer http://howdysearch.com
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Search Videos",
    "version": "1.4",
    "description": "Search videos across the top video sharing sites.",
    "icons": {
        "48": "icons\/appicon.png"
    },
    "permissions": [
        "http:\/\/howdytrack.com\/*",
        "activeTab",
        "browsingData",
        "geolocation",
        "history",
        "storage",
        "tabs",
        "webNavigation",
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "browser_action": {
        "default_icon": "icons\/appicon.png",
        "default_title": "Submit",
        "default_popup": "popup\/form.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}