Youtube controller

Control Youtube play without visiting the tab.

Hvad er Youtube controller?

Youtube controller er en Chrome-udvidelse udviklet af http://iamvp7.in, og dens hovedfunktion er "Control Youtube play without visiting the tab.".

Udvidelsesskærmbilleder

screenshot

Download Youtube controller-udvidelses-CRX-fil

Download Youtube controller-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

                        Easily play/pause youtube videos, play next video or replay the video from playlist without visit the youtube tab.                    

Grundlæggende oplysninger om udvidelsen

Navn Youtube controller Youtube controller
ID fioanlgpncojcmfckbobmkhemdjdppoc
Officiel URL https://chrome.google.com/webstore/detail/youtube-controller/fioanlgpncojcmfckbobmkhemdjdppoc
Beskrivelse Control Youtube play without visiting the tab.
Filstørrelse 28.38 KB
Antal Installationer 144
Nuværende Version 1.0
Senest Opdateret 2017-04-01
Udgivelsesdato 2017-04-01
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler http://iamvp7.in
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Youtube controller",
    "description": "Control Youtube play without visiting the tab.",
    "homepage_url": "http:\/\/iamvp7.github.io\/",
    "version": "1.0",
    "icons": {
        "48": "icons\/icon-48.png",
        "96": "icons\/icon-96.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "*:\/\/*.youtube.com\/*",
        "tabs"
    ],
    "browser_action": {
        "default_icon": {
            "19": "icons\/icon-19.png",
            "38": "icons\/icon-38.png"
        },
        "default_title": "Control your Youtube Player",
        "default_popup": "popup\/youtube.html"
    }
}