Gaana Search
Saves time if you want to make a quick search in Gaana.com!
Wat is Gaana Search?
Gaana Search is een Chrome-extensie ontwikkeld door http://hardiksondagar.me, en de belangrijkste functie is "Saves time if you want to make a quick search in Gaana.com!".
Extensie Screenshots
Download het CRX-bestand van de extensie Gaana Search
Download Gaana Search-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
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
Basisinformatie over de Extensie
Naam | |
ID | hhgegmlckooemnkhkbjigfjiadhpibfo |
Officiële URL | https://chrome.google.com/webstore/detail/gaana-search/hhgegmlckooemnkhkbjigfjiadhpibfo |
Beschrijving | Saves time if you want to make a quick search in Gaana.com! |
Bestandsgrootte | 179 KB |
Aantal Installaties | 1,000 |
Huidige Versie | 1.0.5 |
Laatst Bijgewerkt | 2014-07-07 |
Publicatiedatum | 2014-07-07 |
Beoordeling | 4.20/5 Totaal 56 Beoordelingen |
Ontwikkelaar | http://hardiksondagar.me |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | http://hardiksondagar.me/ |
Ondersteunde Talen | 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\/*" ] } |