Metastream Remote
Watch streaming media with friends.
¿Qué es Metastream Remote?
Metastream Remote es una extensión de Chrome desarrollada por https://getmetastream.com, y su función principal es "Watch streaming media with friends.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Metastream Remote
Descarga archivos de extensión Metastream Remote en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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
Información Básica de la Extensión
Nombre | Metastream Remote |
ID | fakegmdomhmegokfomgmkbopjibonfcp |
URL Oficial | https://chromewebstore.google.com/detail/metastream-remote/fakegmdomhmegokfomgmkbopjibonfcp |
Descripción | Watch streaming media with friends. |
Tamaño del Archivo | 50.31 KB |
Cantidad de Instalaciones | 361,592 |
Versión Actual | 0.6.0 |
Última Actualización | 2020-07-25 |
Fecha de Publicación | 2020-07-01 |
Calificación | 3.72/5 Total de 72 Calificaciones |
Desarrollador | https://getmetastream.com |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://getmetastream.com |
URL de la Página de Ayuda | https://github.com/samuelmaddock/metastream/wiki/FAQ |
URL de la Página de Política de Privacidad | https://getmetastream.com/privacy-policy.html |
Idiomas Soportados | 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", " |