Youtube Steer

Steer Youtube videos from any tab and window.

Hvad er Youtube Steer?

Youtube Steer er en Chrome-udvidelse udviklet af Sandeep Sharma, og dens hovedfunktion er "Steer Youtube videos from any tab and window.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot
screenshot

Download Youtube Steer-udvidelses-CRX-fil

Download Youtube Steer-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Youtube Steer Youtube Steer
ID hljaeldobhcieiibiebpgnobmppefdle
Officiel URL https://chrome.google.com/webstore/detail/youtube-steer/hljaeldobhcieiibiebpgnobmppefdle
Beskrivelse Steer Youtube videos from any tab and window.
Filstørrelse 112 KB
Antal Installationer 92
Nuværende Version 6.5
Senest Opdateret 2018-04-25
Udgivelsesdato 2018-04-25
Bedømmelse 5.00/5 Samlet 5 Bedømmelser
Udvikler Sandeep Sharma
Betalingsmetode free
Understøttede Sprog 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"
    }
}