Gaana media controller
This extension gives you media controllers for www.gaana.com
Qu'est-ce que Gaana media controller ?
Gaana media controller est une extension Chrome développée par Nitesh Sood, et sa fonction principale est "This extension gives you media controllers for www.gaana.com".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Gaana media controller
Téléchargez les fichiers d'extension Gaana media 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
UPDATE Synced up with revamped Gaana UI website Working on multiple chrome tabs and sick of switching to gaana tab to change song and continue working again! Free yourself from that hassle and use this extension. No need to search the gaana tab. Get all media controllers on one click. After installing it for the 1st time, reload the gaana tab to activate the extension.
Informations de Base sur l'Extension
Nom | |
ID | pefpkgaogefkcipobonepaoflmijbacb |
URL Officiel | https://chrome.google.com/webstore/detail/gaana-media-controller/pefpkgaogefkcipobonepaoflmijbacb |
Description | This extension gives you media controllers for www.gaana.com |
Taille du Fichier | 2.41 MB |
Nombre d'Installations | 908 |
Version Actuelle | 0.1.2 |
Dernière Mise à Jour | 2017-02-02 |
Date de Publication | 2017-02-02 |
Évaluation | 2.44/5 Total 9 Évaluations |
Développeur | Nitesh Sood |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Gaana media controller", "description": "This extension gives you media controllers for www.gaana.com", "version": "0.1.2", "browser_action": { "default_icon": "icons\/gaana.png", "default_title": "Gaana controller", "default_popup": "popup.html" }, "icons": { "16": "icons\/gaana.png", "48": "icons\/gaana-48.png", "128": "icons\/gaana-128.png" }, "background": { "scripts": [ "jquery-2.1.4.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/gaana.com\/*" ], "js": [ "jquery-2.1.4.js", "constant.js", "content.js", "hoverControls.js" ] } ], "permissions": [ "tabs" ] } |