Gynny

Getting your cashback has never been easier!

什么是Gynny?

Gynny是由gynny.de开发的Chrome扩展程序,该扩展的主要功能是“Getting your cashback has never been easier!”。

扩展截图

screenshot
screenshot
screenshot

下载Gynny扩展crx文件

下载Gynny扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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!                    

扩展基本信息

名称 Gynny Gynny
ID mmfacohfejckgaapnpnijldogabhacpg
官方URL https://chromewebstore.google.com/detail/gynny/mmfacohfejckgaapnpnijldogabhacpg
简介 Getting your cashback has never been easier!
文件大小 194 KB
安装次数 12
当前版本 1.0.7.0
更新时间 2018-01-19
上架时间 2018-01-19
评分 5.00/5 共6次评分
开发者 gynny.de
付费类型 free
扩展官网 http://www.gynny.de
帮助页面URL http://www.gynny.de/kontakt
支持的语言 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"
    }
}