YT2 Remote App

Control YouTube videos remotely from your smartphone, tablet or iPad

Qu'est-ce que YT2 Remote App ?

YT2 Remote App est une extension Chrome développée par https://ivartv.com, et sa fonction principale est "Control YouTube videos remotely from your smartphone, tablet or iPad".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension YT2 Remote App

Téléchargez les fichiers d'extension YT2 Remote App 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

                        YT2 Remote is a web based app designed to enable you to control YouTube videos remotely from your smartphone, tablet or iPad as you watch them on your computer or Smart TV. It works in all web browsers, all operating systems and on all devices.

1. Connect two devices to the Internet within the same wireless network - one of them is to be used as a remote control (usually a device of smaller dimensions, like a smartphone or tablet) and the other one as a TV set (usually a larger screen device such as a Smart TV or computer)

2. Type ivartv.com/s.php into the address bar located at the top of your browser window on your mobile device (smartphone, tablet, iPad) and click "ENTER"

3. Type ivartv.com/tv.php into the address bar located at the top of your browser window on your TV device (computer, Smart TV) and click "ENTER"				

4. After you search for videos on your remote control and select the video you want to watch, it will take no longer than a few seconds to start playing on the TV device

Copyright (C) VIDYPS 79 d.o.o. All rights reserved.                    

Informations de Base sur l'Extension

Nom YT2 Remote App YT2 Remote App
ID imbclicakcohdbbggohibndhpbacgjja
URL Officiel https://chromewebstore.google.com/detail/yt2-remote-app/imbclicakcohdbbggohibndhpbacgjja
Description Control YouTube videos remotely from your smartphone, tablet or iPad
Taille du Fichier 41.73 KB
Nombre d'Installations 209
Version Actuelle 1.4.0
Dernière Mise à Jour 2019-09-23
Date de Publication 2019-09-23
Évaluation 5.00/5 Total 1 Évaluations
Développeur https://ivartv.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://ivartv.com/yt2.html
URL de la Page d'Aide https://ivartv.com/yt2.html
URL de la Page de Politique de Confidentialité http://soundsofsoftware.com/privacy.html
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "YT2 Remote App",
    "description": "Control YouTube videos remotely from your smartphone, tablet or iPad",
    "version": "1.4.0",
    "browser_action": {
        "default_icon": "icon128.png",
        "default_popup": "index.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery.min.js"
            ]
        }
    ]
}