Metastream Remote
Watch streaming media with friends.
Qu'est-ce que Metastream Remote ?
Metastream Remote est une extension Chrome développée par https://getmetastream.com, et sa fonction principale est "Watch streaming media with friends.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Metastream Remote
Téléchargez les fichiers d'extension Metastream Remote au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Metastream Remote |
ID | fakegmdomhmegokfomgmkbopjibonfcp |
URL Officiel | https://chromewebstore.google.com/detail/metastream-remote/fakegmdomhmegokfomgmkbopjibonfcp |
Description | Watch streaming media with friends. |
Taille du Fichier | 50.31 KB |
Nombre d'Installations | 361,592 |
Version Actuelle | 0.6.0 |
Dernière Mise à Jour | 2020-07-25 |
Date de Publication | 2020-07-01 |
Évaluation | 3.72/5 Total 72 Évaluations |
Développeur | https://getmetastream.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://getmetastream.com |
URL de la Page d'Aide | https://github.com/samuelmaddock/metastream/wiki/FAQ |
URL de la Page de Politique de Confidentialité | https://getmetastream.com/privacy-policy.html |
Langues Prises en Charge | 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", " |