Chrome Remote Listener
Listens to remote commands and modifies tab.
Co to jest Chrome Remote Listener?
Chrome Remote Listener to rozszerzenie Chrome opracowane przez https://tnik.in, a jego główną funkcją jest „Listens to remote commands and modifies tab.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Chrome Remote Listener
Pobierz pliki rozszerzeń Chrome Remote Listener w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Chrome Remote Listener |
ID | mcljjejjbmndcneeiclbkhdeohmdidbd |
Oficjalny URL | https://chromewebstore.google.com/detail/chrome-remote-listener/mcljjejjbmndcneeiclbkhdeohmdidbd |
Opis | Listens to remote commands and modifies tab. |
Rozmiar pliku | 101 KB |
Liczba instalacji | 21 |
Aktualna Wersja | 1.0.1 |
Ostatnia Aktualizacja | 2020-08-21 |
Data Publikacji | 2020-08-21 |
Deweloper | https://tnik.in |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://apps.tnik.in |
Adres URL Strony Polityki Prywatności | https://apps.tnik.in/2019/04/privacy-policy.html |
Obsługiwane Języki | 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": [ " |