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
官方網址 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
}