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."입니다.
확장 프로그램 스크린샷
Vyou Box 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
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 } } } |