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 με φίλους για εύκολη εγκατάσταση των επεκτάσεων 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
Ηλεκτρονικό ταχυδρομείο [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
}