Video Online Search
The most efficient way to find your favorite videos
什么是Video Online Search?
Video Online Search是由artem.semenov1955开发的Chrome扩展程序,该扩展的主要功能是“The most efficient way to find your favorite videos”。
扩展截图
下载Video Online Search扩展crx文件
下载Video Online Search扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
扩展基本信息
名称 | |
ID | kfcpbdbijjdijabpicejmmhioebelank |
官方URL | https://chrome.google.com/webstore/detail/video-online-search/kfcpbdbijjdijabpicejmmhioebelank |
简介 | The most efficient way to find your favorite videos |
文件大小 | 37.31 KB |
安装次数 | 50 |
当前版本 | 1.0.0 |
更新时间 | 2022-02-11 |
上架时间 | 2021-10-02 |
评分 | 5.00/5 共1次评分 |
开发者 | artem.semenov1955 |
电子邮箱 | [email protected] |
付费类型 | free |
隐私政策页面URL | https://videosearchguide.online/privacy.html |
支持的语言 | en |
manifest.json | |
{ "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "chrome_settings_overrides": { "search_provider": { "encoding": "UTF-8", "favicon_url": "https:\/\/videosearchguide.online\/media\/icons\/favicon.ico", "is_default": true, "keyword": "Personal", "name": "Personal", "search_url": "https:\/\/videosearchguide.online\/search.php?q={searchTerms}" } }, "description": "The most efficient way to find your favorite videos", "icons": { "128": "icon.png", "16": "icon.png", "24": "icon.png", "256": "icon.png", "48": "icon.png", "96": "icon.png" }, "manifest_version": 2, "name": "Video Online Search", "permissions": [ "storage", "*:\/\/videosearchguide.online\/*" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.0", "web_accessible_resources": [ "icon.png" ] } |