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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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"
    ]
}