DriveCast
Cast media from Google Drive directly to a Chromecast device
DriveCastคืออะไร?
DriveCast เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Tibor Vukovic และคุณลักษณะหลักของมันคือ "Cast media from Google Drive directly to a Chromecast device"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย DriveCast
ดาวน์โหลดไฟล์ส่วนขยาย DriveCast ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Features: + Cast audio, video and images directly from Google Drive (no download needed). + Cast directly from a URL (e.g. live streams or other external media). + Works with all Chromecast enabled devices (Chromecast Audio, Video, Ultra etc.). + Works with all media formats natively supported by Chromecast: https://developers.google.com/cast/docs/media Privacy policy: http://drivecast.tib.im
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | DriveCast |
ID | oiimcpipjgnkggjnionbfmlleolhnlco |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/drivecast/oiimcpipjgnkggjnionbfmlleolhnlco |
คำอธิบาย | Cast media from Google Drive directly to a Chromecast device |
ขนาดไฟล์ | 143 KB |
จำนวนการติดตั้ง | 37,489 |
เวอร์ชันปัจจุบัน | 0.1.33 |
อัปเดตครั้งล่าสุด | 2020-01-13 |
วันที่เผยแพร่ | 2020-01-11 |
คะแนน | 3.37/5 รวมทั้งหมด 110 คะแนน |
ผู้พัฒนา | Tibor Vukovic |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://drivecast.tib.im |
URL หน้าช่วยเหลือ | https://drivecast.tib.im |
URL หน้านโยบายความเป็นส่วนตัว | https://privacy.tib.im |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAiTQ3rYcrmRLXnBt7blBR\/v2K\/QrGAQfbAALvFIFR+\/6SksVUre8W8vsbBJgzGMJenT9eRtijmYNTYLtN\/ONz3rA3e2XyxECcCuQBCpDJyOXyvuYgdTT3WRCGDslbER1MNyHLWCVxe7YS7MGJd+k9qLClAaPlkDu63ezFSTWCXjADCTq6l6HWV4hD5WUniNqBtzu\/l1pdqnC5q086t+lvUTtPHF3YRg6St86+gRgTGNDiriVnoYY9msL75g6uPUYiA6Pt\/UsdrUfLb8T4\/YjP\/G2YEvulQdneLzRgsSRiBGv5PX6njsU5aalE1NJGCKblAw4WKpCarlg1TmJQnRytPwIDAQAB", "manifest_version": 2, "name": "DriveCast", "version": "0.1.33", "description": "Cast media from Google Drive directly to a Chromecast device", "oauth2": { "client_id": "305103103996-09qh9u84odeibqho1msfkupnl7fmoor2.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/drive.readonly" ] }, "browser_action": { "default_icon": { "19": "img\/19.png", "38": "img\/38.png" } }, "icons": { "16": "img\/16.png", "48": "img\/48.png", "128": "img\/128.png" }, "background": { "scripts": [ "\/js\/background.bundle.js" ] }, "permissions": [ "identity", "https:\/\/www.gstatic.com\/*" ], "content_security_policy": "script-src 'self' https:\/\/www.gstatic.com\/ chrome-extension:\/\/pkedcjkdefgpdelpbcmbmeomcjbeemfm chrome-extension:\/\/oiimcpipjgnkggjnionbfmlleolhnlco; object-src 'self'" } |