Chrome Remote Listener

Listens to remote commands and modifies tab.

Chrome Remote Listener là gì?

Chrome Remote Listener là một tiện ích mở rộng Chrome được phát triển bởi https://tnik.in, và tính năng chính của nó là "Listens to remote commands and modifies tab.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Chrome Remote Listener

Tải xuống các tệp mở rộng Chrome Remote Listener dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Chrome Remote Listener Chrome Remote Listener
ID mcljjejjbmndcneeiclbkhdeohmdidbd
URL Chính Thức https://chromewebstore.google.com/detail/chrome-remote-listener/mcljjejjbmndcneeiclbkhdeohmdidbd
Mô tả Listens to remote commands and modifies tab.
Kích Thước Tệp 101 KB
Số Lần Cài Đặt 21
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2020-08-21
Ngày Phát Hành 2020-08-21
Nhà Phát Triển https://tnik.in
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://apps.tnik.in
URL Trang Chính Sách Bảo Mật https://apps.tnik.in/2019/04/privacy-policy.html
Ngôn Ngữ Được Hỗ Trợ 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
}