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”。
扩展截图
下载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 |
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" ] } |