Vyou Box

Vyou Box allows you to search the web and select from popular online streaming services via a drop down menu.

什么是Vyou Box?

Vyou Box是由https://vyou-box.com开发的Chrome扩展程序,该扩展的主要功能是“Vyou Box allows you to search the web and select from popular online streaming services via a drop down menu.”。

扩展截图

screenshot
screenshot

下载Vyou Box扩展crx文件

下载Vyou Box扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        When using the services of one of the streaming providers on offer, you will be able to watch movies and tv shows on your desktop just like you would on your tv. 

Installing this extension will replace your browsers new tab and search engine to show Bing results. Allowing you to browse the web right from your new tab & address bar and enjoy a custom new web search experience.
 
By clicking ‘Add to Chrome’, you accept and agree to installing the Vyou Box extension and setting New Tab and Default Search engine to that provided by the service with web search by Bing and the Privacy and Terms of Use. 

Privacy Policy: https://vyou-box.com/privacy-policy/
Terms of Use: https://vyou-box.com/terms-conditions/                    

扩展基本信息

名称 Vyou Box Vyou Box
ID afcloemkcifjdjcgonbmnahlkakgpigb
官方URL https://chromewebstore.google.com/detail/vyou-box/afcloemkcifjdjcgonbmnahlkakgpigb
简介 Vyou Box allows you to search the web and select from popular online streaming services via a drop down menu.
文件大小 854 KB
安装次数 11,620
当前版本 1.0.7
更新时间 2021-10-19
上架时间 2020-06-30
评分 4.67/5 共3次评分
开发者 https://vyou-box.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://vyou-box.com
隐私政策页面URL https://vyou-box.com/privacy-policy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_action": {
        "default_icon": "icons\/64x64.png",
        "default_title": "Vyou Box"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "description": "Vyou Box allows you to search the web and select from popular online streaming services via a drop down menu.",
    "homepage_url": "https:\/\/vyou-box.com\/",
    "icons": {
        "128": "icons\/128x128.png"
    },
    "manifest_version": 2,
    "name": "Vyou Box",
    "short_name": "Vyou Box",
    "version": "1.0.7",
    "chrome_settings_overrides": {
        "search_provider": {
            "name": "Vyou",
            "keyword": "Keyword",
            "search_url": "https:\/\/c.vyou-box.com\/search?q={searchTerms}",
            "favicon_url": "https:\/\/vyou-box.com\/wp-content\/uploads\/2021\/10\/64.png",
            "encoding": "UTF-8",
            "is_default": true
        }
    }
}