Gaana Search
Saves time if you want to make a quick search in Gaana.com!
What is Gaana Search?
Gaana Search is a Chrome extension developed by http://hardiksondagar.me, and its main feature is "Saves time if you want to make a quick search in Gaana.com!".
Extension Screenshots
Download Gaana Search Extension CRX File
Download Gaana Search extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | |
ID | hhgegmlckooemnkhkbjigfjiadhpibfo |
Official URL | https://chrome.google.com/webstore/detail/gaana-search/hhgegmlckooemnkhkbjigfjiadhpibfo |
Description | Saves time if you want to make a quick search in Gaana.com! |
File Size | 179 KB |
Installation Count | 1,000 |
Current Version | 1.0.5 |
Last Updated | 2014-07-07 |
Publish Date | 2014-07-07 |
Rating | 4.20/5 Total 56 Ratings |
Developer | http://hardiksondagar.me |
[email protected] | |
Payment Type | free |
Extension Website | http://hardiksondagar.me/ |
Supported Languages | 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\/*" ] } |