Gynny

Getting your cashback has never been easier!

What is Gynny?

Gynny is a Chrome extension developed by gynny.de, and its main feature is "Getting your cashback has never been easier!".

Extension Screenshots

screenshot
screenshot
screenshot

Download Gynny Extension CRX File

Download Gynny 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

                        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!                    

Extension Basic Information

Name Gynny Gynny
ID mmfacohfejckgaapnpnijldogabhacpg
Official URL https://chromewebstore.google.com/detail/gynny/mmfacohfejckgaapnpnijldogabhacpg
Description Getting your cashback has never been easier!
File Size 194 KB
Installation Count 12
Current Version 1.0.7.0
Last Updated 2018-01-19
Publish Date 2018-01-19
Rating 5.00/5 Total 6 Ratings
Developer gynny.de
Payment Type free
Extension Website http://www.gynny.de
Help Page URL http://www.gynny.de/kontakt
Supported Languages 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"
    }
}