Video Online Search

The most efficient way to find your favorite videos

Video Online Search là gì?

Video Online Search là một tiện ích mở rộng Chrome được phát triển bởi artem.semenov1955, và tính năng chính của nó là "The most efficient way to find your favorite videos".

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

screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng Video Online Search 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

                                            

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

Tên Video Online Search Video Online Search
ID kfcpbdbijjdijabpicejmmhioebelank
URL Chính Thức https://chrome.google.com/webstore/detail/video-online-search/kfcpbdbijjdijabpicejmmhioebelank
Mô tả The most efficient way to find your favorite videos
Kích Thước Tệp 37.31 KB
Số Lần Cài Đặt 50
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2022-02-11
Ngày Phát Hành 2021-10-02
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển artem.semenov1955
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://videosearchguide.online/privacy.html
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "chrome_settings_overrides": {
        "search_provider": {
            "encoding": "UTF-8",
            "favicon_url": "https:\/\/videosearchguide.online\/media\/icons\/favicon.ico",
            "is_default": true,
            "keyword": "Personal",
            "name": "Personal",
            "search_url": "https:\/\/videosearchguide.online\/search.php?q={searchTerms}"
        }
    },
    "description": "The most efficient way to find your favorite videos",
    "icons": {
        "128": "icon.png",
        "16": "icon.png",
        "24": "icon.png",
        "256": "icon.png",
        "48": "icon.png",
        "96": "icon.png"
    },
    "manifest_version": 2,
    "name": "Video Online Search",
    "permissions": [
        "storage",
        "*:\/\/videosearchguide.online\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.0",
    "web_accessible_resources": [
        "icon.png"
    ]
}