Remote
Remote for your favorite player.
What is Remote?
Remote is a Chrome extension developed by remote-potato, and its main feature is "Remote for your favorite player.".
Extension Screenshots
Download Remote Extension CRX File
Download Remote extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Remote as the name entails, is a remote, but for your browser 🎉 Nowadays, most of the content is available through the browser. However your browser is not always accessible straight from your TV, so you end up displaying your computer's screen on your TV. Remote is the missing controller for your browser, especially when you're showing video content on TV.
Extension Basic Information
Name | |
ID | hifbccioeoaheffkmedjiphppjpcbfeh |
Official URL | https://chrome.google.com/webstore/detail/remote/hifbccioeoaheffkmedjiphppjpcbfeh |
Description | Remote for your favorite player. |
File Size | 82.66 KB |
Installation Count | 160 |
Current Version | 2.1.0 |
Last Updated | 2017-11-04 |
Publish Date | 2017-11-04 |
Rating | 5.00/5 Total 1 Ratings |
Developer | remote-potato |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Remote", "description": "Remote for your favorite player.", "version": "2.1.0", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "icons": { "128": "icon-128.png" }, "background": { "page": "background.html" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "injected.js" ], "css": [ "injected.css" ], "run_at": "document_end", "all_frames": true } ], "browser_action": { "default_title": "Remote for your favorite player.", "default_icon": "icon.png", "default_popup": "popup.html" }, "manifest_version": 2 } |