Youtube controller
Control Youtube play without visiting the tab.
Wat is Youtube controller?
Youtube controller is een Chrome-extensie ontwikkeld door http://iamvp7.in, en de belangrijkste functie is "Control Youtube play without visiting the tab.".
Extensie Screenshots
Download het CRX-bestand van de extensie Youtube controller
Download Youtube controller-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Easily play/pause youtube videos, play next video or replay the video from playlist without visit the youtube tab.
Basisinformatie over de Extensie
Naam | |
ID | fioanlgpncojcmfckbobmkhemdjdppoc |
Officiële URL | https://chrome.google.com/webstore/detail/youtube-controller/fioanlgpncojcmfckbobmkhemdjdppoc |
Beschrijving | Control Youtube play without visiting the tab. |
Bestandsgrootte | 28.38 KB |
Aantal Installaties | 144 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2017-04-01 |
Publicatiedatum | 2017-04-01 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | http://iamvp7.in |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |