Metastream Remote
Watch streaming media with friends.
Metastream Remoteคืออะไร?
Metastream Remote เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://getmetastream.com และคุณลักษณะหลักของมันคือ "Watch streaming media with friends."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Metastream Remote
ดาวน์โหลดไฟล์ส่วนขยาย Metastream Remote ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Allows Metastream to control media for synchronizing in a session. # EXTENSION PERMISSIONS Metastream Remote requires permissions to "Read and change all your data on the websites you visit." The Metastream application needs this to embed any website into the app.getmetastream.com website and to synchronize media. This functionality is limited to browser tabs actively using the the app.getmetastream.com website. For auditing purposes, the source code of this extension is available at https://github.com/samuelmaddock/metastream/tree/master/packages/metastream-remote-extension
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Metastream Remote |
ID | fakegmdomhmegokfomgmkbopjibonfcp |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/metastream-remote/fakegmdomhmegokfomgmkbopjibonfcp |
คำอธิบาย | Watch streaming media with friends. |
ขนาดไฟล์ | 50.31 KB |
จำนวนการติดตั้ง | 361,592 |
เวอร์ชันปัจจุบัน | 0.6.0 |
อัปเดตครั้งล่าสุด | 2020-07-25 |
วันที่เผยแพร่ | 2020-07-01 |
คะแนน | 3.72/5 รวมทั้งหมด 72 คะแนน |
ผู้พัฒนา | https://getmetastream.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://getmetastream.com |
URL หน้าช่วยเหลือ | https://github.com/samuelmaddock/metastream/wiki/FAQ |
URL หน้านโยบายความเป็นส่วนตัว | https://getmetastream.com/privacy-policy.html |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Metastream Remote", "short_name": "Metastream", "version": "0.6.0", "description": "Watch streaming media with friends.", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon48.png" }, "content_scripts": [ { "matches": [ "https:\/\/app.getmetastream.com\/*", "http:\/\/local.getmetastream.com\/*", "http:\/\/localhost:8080\/*" ], "js": [ "app.js" ], "run_at": "document_start" }, { "matches": [ "*:\/\/*\/*" ], "js": [ "first.js" ], "run_at": "document_start", "all_frames": true } ], "externally_connectable": { "matches": [ "https:\/\/app.getmetastream.com\/*", "http:\/\/local.getmetastream.com\/*", "http:\/\/localhost:8080\/*" ] }, "background": { "scripts": [ "background.js" ], "persistent": true }, "manifest_version": 2, "permissions": [ "tabs", "webNavigation", "webRequest", "webRequestBlocking", "contextMenus", " |