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
公式URL 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
Eメール [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"
    ]
}