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ファイルをダウンロード

Chrome Remote Listener拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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
}