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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://vyou-box.com และคุณลักษณะหลักของมันคือ "Vyou Box allows you to search the web and select from popular online streaming services via a drop down menu."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Vyou Box

ดาวน์โหลดไฟล์ส่วนขยาย 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
        }
    }
}