Search Videos

Search videos across the top video sharing sites.

什么是Search Videos?

Search Videos是由http://howdysearch.com开发的Chrome扩展程序,该扩展的主要功能是“Search videos across the top video sharing sites.”。

扩展截图

screenshot

下载Search Videos扩展crx文件

下载Search Videos扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 Search Videos Search Videos
ID ifmpnlmjhkkglnlojpofnoccpcjmpnnh
官方URL https://chrome.google.com/webstore/detail/search-videos/ifmpnlmjhkkglnlojpofnoccpcjmpnnh
简介 Search videos across the top video sharing sites.
文件大小 104 KB
安装次数 199
当前版本 1.4
更新时间 2017-08-17
上架时间 2017-08-17
开发者 http://howdysearch.com
付费类型 free
支持的语言 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"
        ]
    }
}