Remote
Remote for your favorite player.
Wat is Remote?
Remote is een Chrome-extensie ontwikkeld door remote-potato, en de belangrijkste functie is "Remote for your favorite player.".
Extensie Screenshots
Download het CRX-bestand van de extensie Remote
Download Remote-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | hifbccioeoaheffkmedjiphppjpcbfeh |
Officiële URL | https://chrome.google.com/webstore/detail/remote/hifbccioeoaheffkmedjiphppjpcbfeh |
Beschrijving | Remote for your favorite player. |
Bestandsgrootte | 82.66 KB |
Aantal Installaties | 160 |
Huidige Versie | 2.1.0 |
Laatst Bijgewerkt | 2017-11-04 |
Publicatiedatum | 2017-11-04 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | remote-potato |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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 } |