Search Videos

Search videos across the top video sharing sites.

Search Videos là gì?

Search Videos là một tiện ích mở rộng Chrome được phát triển bởi http://howdysearch.com, và tính năng chính của nó là "Search videos across the top video sharing sites.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Search Videos

Tải xuống các tệp mở rộng Search Videos dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Search Videos Search Videos
ID ifmpnlmjhkkglnlojpofnoccpcjmpnnh
URL Chính Thức https://chrome.google.com/webstore/detail/search-videos/ifmpnlmjhkkglnlojpofnoccpcjmpnnh
Mô tả Search videos across the top video sharing sites.
Kích Thước Tệp 104 KB
Số Lần Cài Đặt 199
Phiên Bản Hiện Tại 1.4
Cập Nhật Lần Cuối 2017-08-17
Ngày Phát Hành 2017-08-17
Nhà Phát Triển http://howdysearch.com
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
        ]
    }
}