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
官方網址 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"
        ]
    }
}