Chrome Remote Listener
Listens to remote commands and modifies tab.
Vad är Chrome Remote Listener?
Chrome Remote Listener är en Chrome-tillägg utvecklad av https://tnik.in, och dess huvudfunktion är "Listens to remote commands and modifies tab.".
Tilläggsskärmbilder
Ladda ner Chrome Remote Listener-förlängningens CRX-fil
Ladda ner Chrome Remote Listener-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
This is a companion extension for Tab Remote - Bookmarks Manager, Tab Media Controller app. When you click on the icon and click start listening, you will be able to control the video in the browser tab using the companion mobile app Tab Remote - Bookmarks Manager, Tab Media Controller.
Grundläggande Information om Tillägg
Namn | Chrome Remote Listener |
ID | mcljjejjbmndcneeiclbkhdeohmdidbd |
Officiell webbadress | https://chromewebstore.google.com/detail/chrome-remote-listener/mcljjejjbmndcneeiclbkhdeohmdidbd |
Beskrivning | Listens to remote commands and modifies tab. |
Filstorlek | 101 KB |
Antal Installationer | 21 |
Aktuell Version | 1.0.1 |
Senast Uppdaterad | 2020-08-21 |
Publiceringsdatum | 2020-08-21 |
Utvecklare | https://tnik.in |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://apps.tnik.in |
URL till Sekretesspolicy Sidan | https://apps.tnik.in/2019/04/privacy-policy.html |
Stödda Språk | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Chrome Remote Listener", "description": "Listens to remote commands and modifies tab.", "version": "1.0.1", "background": { "page": "bg\/background.html", "persistent": true }, "icons": { "128": "icons\/icon128.png", "48": "icons\/icon48.png", "32": "icons\/icon32.png", "16": "icons\/icon16.png" }, "options_page": "options\/options.html", "permissions": [ "activeTab" ], "browser_action": { "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ " |