Video Library Search

The most efficient way to find your favorite videos

Video Library Search là gì?

Video Library Search là một tiện ích mở rộng Chrome được phát triển bởi https://myvideolibrary.info, 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

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

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

                        This browser extension is the most efficient way to find your favourite videos.
It changes your default search and helps you to switch between video sharing platforms easily.
Just few clicks to change it!
The  interface is very simple and light, nothing useless.

Please click "Support" to submit bug reports, questions and feature suggestions.
Please do not leave bug reports in your review.

By clicking "Add to Chrome", you accept the terms below and agree to add Global Search to Chrome                    

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

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