Remote
Remote for your favorite player.
Cos'è Remote?
Remote è un'estensione di Chrome sviluppata da remote-potato, e la sua funzione principale è "Remote for your favorite player.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Remote
Scarica i file di estensione Remote in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | hifbccioeoaheffkmedjiphppjpcbfeh |
URL Ufficiale | https://chrome.google.com/webstore/detail/remote/hifbccioeoaheffkmedjiphppjpcbfeh |
Descrizione | Remote for your favorite player. |
Dimensione del File | 82.66 KB |
Conteggio Installazioni | 160 |
Versione Corrente | 2.1.0 |
Ultimo Aggiornamento | 2017-11-04 |
Data di Pubblicazione | 2017-11-04 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | remote-potato |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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 } |