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"
        ]
    }
}