PlayTo for Chromecast™

Allows you to send any internet videos to Chromecast™

PlayTo for Chromecast™คืออะไร?

PlayTo for Chromecast™ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.playtochromecast.com และคุณลักษณะหลักของมันคือ "Allows you to send any internet videos to Chromecast™"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย PlayTo for Chromecast™

ดาวน์โหลดไฟล์ส่วนขยาย PlayTo for Chromecast™ ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Basically allows you to easily detect videos that can be played using the Chromecast™ device and suggest you to play them directly by a simple click.

Watching videos on your Chromecast™ will be as easier as surfing the web looking for some videos in almost all the existing video pages.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ PlayTo for Chromecast™ PlayTo for Chromecast™
ID jngkenaoceimiimeokpdbmejeonaaami
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/playto-for-chromecast/jngkenaoceimiimeokpdbmejeonaaami
คำอธิบาย Allows you to send any internet videos to Chromecast™
ขนาดไฟล์ 96.6 KB
จำนวนการติดตั้ง 210,077
เวอร์ชันปัจจุบัน 1.6.0
อัปเดตครั้งล่าสุด 2020-06-16
วันที่เผยแพร่ 2020-06-02
คะแนน 3.93/5 รวมทั้งหมด 7504 คะแนน
ผู้พัฒนา https://www.playtochromecast.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.playtochromecast.com/
ภาษาที่รองรับ de,en,es,it,pl,pt-BR,pt-PT,sv,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_chrome_extension_name__",
    "description": "__MSG_chrome_extension_description__",
    "version": "1.6.0",
    "default_locale": "en",
    "background": {
        "persistent": true,
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "icons\/icon-off.png",
        "default_title": "__MSG_browser_action_disable__",
        "persistent": true
    },
    "minimum_chrome_version": "17.0.0.0",
    "permissions": [
        "storage",
        "webRequest",
        "",
        "tabs",
        "webRequestBlocking"
    ],
    "icons": {
        "48": "icons\/icon-48.png",
        "96": "icons\/icon-96.png",
        "128": "icons\/icon-128.png"
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "content_scripts": []
}