Video Library Search

The most efficient way to find your favorite videos

什麼是Video Library Search?

Video Library Search是由https://myvideolibrary.info開發的Chrome擴展程式,該擴展的主要功能是“The most efficient way to find your favorite videos”。

擴展截圖

screenshot
screenshot

下載Video Library Search擴展crx文件

下載Video Library Search擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 Video Library Search Video Library Search
ID efakcomgmimcekdejnoafmmbgnpdhdfm
官方網址 https://chromewebstore.google.com/detail/video-library-search/efakcomgmimcekdejnoafmmbgnpdhdfm
簡介 The most efficient way to find your favorite videos
檔案大小 34 KB
安裝次數 1,885
目前版本 0.0.9
更新時間 2020-11-04
上架時間 2020-11-04
評分 3.33/5 共 3 次評分
開發者 https://myvideolibrary.info
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://myvideolibrary.info/privacy.php
支援的語言 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"
    ]
}