Youtube controller

Control Youtube play without visiting the tab.

Was ist Youtube controller?

Youtube controller ist eine Chrome-Erweiterung, die von http://iamvp7.in entwickelt wurde, und ihr Hauptmerkmal ist "Control Youtube play without visiting the tab.".

Erweiterungsscreenshots

screenshot

Youtube controller-Erweiterungs-CRX-Datei herunterladen

Laden Sie Youtube controller-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Youtube controller Youtube controller
ID fioanlgpncojcmfckbobmkhemdjdppoc
Offizielle URL https://chrome.google.com/webstore/detail/youtube-controller/fioanlgpncojcmfckbobmkhemdjdppoc
Beschreibung Control Youtube play without visiting the tab.
Dateigröße 28.38 KB
Installationsanzahl 144
Aktuelle Version 1.0
Letztes Update 2017-04-01
Veröffentlichungsdatum 2017-04-01
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler http://iamvp7.in
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    }
}