Chrome Remote Listener

Listens to remote commands and modifies tab.

Chrome Remote Listener란 무엇입니까?

Chrome Remote Listener은(는) https://tnik.in에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Listens to remote commands and modifies tab."입니다.

확장 프로그램 스크린샷

screenshot

Chrome Remote Listener 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Chrome Remote Listener Chrome Remote Listener
ID mcljjejjbmndcneeiclbkhdeohmdidbd
공식 URL https://chromewebstore.google.com/detail/chrome-remote-listener/mcljjejjbmndcneeiclbkhdeohmdidbd
설명 Listens to remote commands and modifies tab.
파일 크기 101 KB
설치 횟수 21
현재 버전 1.0.1
최근 업데이트 2020-08-21
출시 날짜 2020-08-21
개발자 https://tnik.in
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://apps.tnik.in
개인정보 보호 정책 페이지 URL https://apps.tnik.in/2019/04/privacy-policy.html
지원되는 언어 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": [
                ""
            ],
            "js": [
                "content\/content_script.js",
                "content\/jquery-3.5.1.min.js"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/cdn.firebase.com https:\/\/*.firebaseio.com https:\/\/www.gstatic.com; object-src 'self'",
    "manifest_version": 2
}