Gaana Search

Saves time if you want to make a quick search in Gaana.com!

Cos'è Gaana Search?

Gaana Search è un'estensione di Chrome sviluppata da http://hardiksondagar.me, e la sua funzione principale è "Saves time if you want to make a quick search in Gaana.com!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Gaana Search

Scarica i file di estensione Gaana Search in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Gaana Search Gaana Search
ID hhgegmlckooemnkhkbjigfjiadhpibfo
URL Ufficiale https://chrome.google.com/webstore/detail/gaana-search/hhgegmlckooemnkhkbjigfjiadhpibfo
Descrizione Saves time if you want to make a quick search in Gaana.com!
Dimensione del File 179 KB
Conteggio Installazioni 1,000
Versione Corrente 1.0.5
Ultimo Aggiornamento 2014-07-07
Data di Pubblicazione 2014-07-07
Valutazione 4.20/5 Totale 56 Valutazioni
Sviluppatore http://hardiksondagar.me
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://hardiksondagar.me/
Lingue Supportate 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\/*"
    ]
}