Youtube Steer

Steer Youtube videos from any tab and window.

Qu'est-ce que Youtube Steer ?

Youtube Steer est une extension Chrome développée par Sandeep Sharma, et sa fonction principale est "Steer Youtube videos from any tab and window.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Youtube Steer

Téléchargez les fichiers d'extension Youtube Steer 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

                        No more windows/tabs switching to watch youtube videos, download the latest Youtube Steer extension and Youtube Popout from https://sandeep-12.github.io/ to boost your productivity at work.

Remember the popout option will work only if you have installed Youtube popout on your system.

Play a video, you fell in love with, again and again and again...

* Now control your youtube videos from any tab and any window.
* Allows you to play, pause any youtube video from any tab, also you can close the tab playing youtube video without switching tabs.
* Youtube Steer lets you play a video repeatedly without you having to manually replay it. Just play a video, press the replay button and go on about your work.
* To not to make you search for your favourite videos youtube steer allows you to save video links and one click access to them. 
* You can do a lot more with Youtube Steer,just watch out for updates.                    

Informations de Base sur l'Extension

Nom Youtube Steer Youtube Steer
ID hljaeldobhcieiibiebpgnobmppefdle
URL Officiel https://chrome.google.com/webstore/detail/youtube-steer/hljaeldobhcieiibiebpgnobmppefdle
Description Steer Youtube videos from any tab and window.
Taille du Fichier 112 KB
Nombre d'Installations 92
Version Actuelle 6.5
Dernière Mise à Jour 2018-04-25
Date de Publication 2018-04-25
Évaluation 5.00/5 Total 5 Évaluations
Développeur Sandeep Sharma
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Sandeep Sharma",
    "manifest_version": 2,
    "name": "Youtube Steer",
    "description": "Steer Youtube videos from any tab and window.",
    "version": "6.5",
    "permissions": [
        "tabs",
        "",
        "management"
    ],
    "icons": {
        "128": "drawables\/youtubeSteerIcon.png"
    },
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                ""
            ],
            "js": [
                "back.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "drawables\/icon.png",
        "default_popup": "popup.html"
    }
}