Chrome Remote Listener

Listens to remote commands and modifies tab.

ما هو Chrome Remote Listener؟

Chrome Remote Listener هو إضافة Chrome تم تطويرها بواسطة https://tnik.in، والميزة الرئيسية لها هي "Listens to remote commands and modifies tab.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Chrome Remote Listener

قم بتنزيل ملفات الامتداد Chrome Remote Listener بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة سياسة الخصوصية 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
}