Gaana Search
Saves time if you want to make a quick search in Gaana.com!
Qu'est-ce que Gaana Search ?
Gaana Search est une extension Chrome développée par http://hardiksondagar.me, et sa fonction principale est "Saves time if you want to make a quick search in Gaana.com!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Gaana Search
Téléchargez les fichiers d'extension Gaana Search 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
Gaana Search is a Chrome extension which lets you search songs, albums and playlists on Gaana right from your browser without leaving your Present window
Informations de Base sur l'Extension
Nom | |
ID | hhgegmlckooemnkhkbjigfjiadhpibfo |
URL Officiel | https://chrome.google.com/webstore/detail/gaana-search/hhgegmlckooemnkhkbjigfjiadhpibfo |
Description | Saves time if you want to make a quick search in Gaana.com! |
Taille du Fichier | 179 KB |
Nombre d'Installations | 1,000 |
Version Actuelle | 1.0.5 |
Dernière Mise à Jour | 2014-07-07 |
Date de Publication | 2014-07-07 |
Évaluation | 4.20/5 Total 56 Évaluations |
Développeur | http://hardiksondagar.me |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://hardiksondagar.me/ |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Gaana Search", "description": "Saves time if you want to make a quick search in Gaana.com! ", "version": "1.0.5", "icons": { "128": "icon.png", "16": "icon.png", "32": "icon.png", "48": "icon.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "content_security_policy": "script-src 'self' https:\/\/gaana.com https:\/\/ajax.googleapis.com; object-src 'self'", "permissions": [ "tabs", "https:\/\/gaana.com\/*", "http:\/\/gaana.com\/*", "http:\/\/api.gaana.com\/*", "https:\/\/ajax.googleapis.com\/*" ] } |