Gaana Search
Saves time if you want to make a quick search in Gaana.com!
Hvad er Gaana Search?
Gaana Search er en Chrome-udvidelse udviklet af http://hardiksondagar.me, og dens hovedfunktion er "Saves time if you want to make a quick search in Gaana.com!".
Udvidelsesskærmbilleder
Download Gaana Search-udvidelses-CRX-fil
Download Gaana Search-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | hhgegmlckooemnkhkbjigfjiadhpibfo |
Officiel URL | https://chrome.google.com/webstore/detail/gaana-search/hhgegmlckooemnkhkbjigfjiadhpibfo |
Beskrivelse | Saves time if you want to make a quick search in Gaana.com! |
Filstørrelse | 179 KB |
Antal Installationer | 1,000 |
Nuværende Version | 1.0.5 |
Senest Opdateret | 2014-07-07 |
Udgivelsesdato | 2014-07-07 |
Bedømmelse | 4.20/5 Samlet 56 Bedømmelser |
Udvikler | http://hardiksondagar.me |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | http://hardiksondagar.me/ |
Understøttede Sprog | 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\/*" ] } |