Metastream Remote
Watch streaming media with friends.
Metastream Remote क्या है?
Metastream Remote https://getmetastream.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Watch streaming media with friends."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Metastream Remote एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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", " |