Chrome Remote Listener

Listens to remote commands and modifies tab.

Qu'est-ce que Chrome Remote Listener ?

Chrome Remote Listener est une extension Chrome développée par https://tnik.in, et sa fonction principale est "Listens to remote commands and modifies tab.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Chrome Remote Listener

Téléchargez les fichiers d'extension Chrome Remote Listener au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Chrome Remote Listener Chrome Remote Listener
ID mcljjejjbmndcneeiclbkhdeohmdidbd
URL Officiel https://chromewebstore.google.com/detail/chrome-remote-listener/mcljjejjbmndcneeiclbkhdeohmdidbd
Description Listens to remote commands and modifies tab.
Taille du Fichier 101 KB
Nombre d'Installations 21
Version Actuelle 1.0.1
Dernière Mise à Jour 2020-08-21
Date de Publication 2020-08-21
Développeur https://tnik.in
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://apps.tnik.in
URL de la Page de Politique de Confidentialité https://apps.tnik.in/2019/04/privacy-policy.html
Langues Prises en Charge 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
}