Youtube controller
Control Youtube play without visiting the tab.
Qu'est-ce que Youtube controller ?
Youtube controller est une extension Chrome développée par http://iamvp7.in, et sa fonction principale est "Control Youtube play without visiting the tab.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Youtube controller
Téléchargez les fichiers d'extension Youtube controller 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
Easily play/pause youtube videos, play next video or replay the video from playlist without visit the youtube tab.
Informations de Base sur l'Extension
Nom | |
ID | fioanlgpncojcmfckbobmkhemdjdppoc |
URL Officiel | https://chrome.google.com/webstore/detail/youtube-controller/fioanlgpncojcmfckbobmkhemdjdppoc |
Description | Control Youtube play without visiting the tab. |
Taille du Fichier | 28.38 KB |
Nombre d'Installations | 144 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2017-04-01 |
Date de Publication | 2017-04-01 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | http://iamvp7.in |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |