Gynny

Getting your cashback has never been easier!

O que é Gynny?

Gynny é uma extensão do Chrome desenvolvida por gynny.de, e sua principal característica é "Getting your cashback has never been easier!".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Gynny

Baixe arquivos de extensão Gynny no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        Cashback mit jedem Einkauf!
Einfach den Gynny-Button runterladen und jeder Einkauf bringt Dir Bares!

Lass Dir in Deinen
Suchergebnissen zu jedem Shop
anzeigen, wie viel Cashback Du für deinen
Einkauf bekommst. Einfacher war Gutes tun für sich und andere noch nie!                    

Informações Básicas da Extensão

Nome Gynny Gynny
ID mmfacohfejckgaapnpnijldogabhacpg
URL Oficial https://chromewebstore.google.com/detail/gynny/mmfacohfejckgaapnpnijldogabhacpg
Descrição Getting your cashback has never been easier!
Tamanho do Arquivo 194 KB
Contagem de Instalações 12
Versão Atual 1.0.7.0
Última Atualização 2018-01-19
Data de Publicação 2018-01-19
Classificação 5.00/5 Total de 6 Avaliações
Desenvolvedor gynny.de
Tipo de Pagamento free
Site da Extensão http://www.gynny.de
URL da Página de Ajuda http://www.gynny.de/kontakt
Idiomas Suportados de
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Gynny",
    "version": "1.0.7.0",
    "description": "Getting your cashback has never been easier!",
    "homepage_url": "http:\/\/gynny.de\/",
    "manifest_version": 2,
    "permissions": [
        "tabs",
        "webRequest",
        "storage",
        ""
    ],
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "ci.content.pack.js",
                "libs\/jquery.min.js",
                "libs\/handlebars.runtime.min.js",
                "libs\/handlebars-helpers.js",
                "libs\/underscore-min.js",
                "libs\/backbone-min.js",
                "libs\/auto-complete.js",
                "libs\/jquery.mousewheel.js",
                "libs\/jquery.jscrollpane.min.js",
                "shared\/const.js",
                "shared\/urls.js",
                "shared\/dictionary.js",
                "shared\/utils.js",
                "content\/serp.js",
                "content\/style.js",
                "content\/templates.js",
                "content\/projects.js",
                "content\/search.js",
                "content\/slider.js",
                "content\/interface.js",
                "content\/content.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": false,
            "js": [
                "ci.browser.helper.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "images\/18x18-grey.png",
        "default_title": "Gynny"
    },
    "icons": {
        "24": "images\/24x24.png",
        "48": "images\/48x48.png",
        "128": "images\/128x128.png"
    }
}