genki

Boost your favourite youtuber/streamer/gamer/creator each time you shop online. At no extra cost!

什么是genki?

genki是由http://genki.me开发的Chrome扩展程序,该扩展的主要功能是“Boost your favourite youtuber/streamer/gamer/creator each time you shop online. At no extra cost!”。

扩展截图

screenshot
screenshot
screenshot

下载genki扩展crx文件

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

扩展使用说明

                        Using Genki is the easiest way to show that you care about your favourite creator.
Install the Genki extension and add the Creator Code of your favourite creator. For every purchase made with the Genki plugin installed in your browser, your favourite creator gets a commission.
You don't pay anything extra.

You can choose from over 30,000 shops. 
Whether you are buying a game, new headphones or ordering a pizza - buying in those shops will allow your favourite creator to earn money and make more great content. At no extra cost to you.

Even a small gesture means a lot to the creator.

---

Genki collects data automatically via cookies during interactions with the website (while filling in forms) and after installing the Genki plugin. 

We use the following cookies: Google Analytics and Hotjar. In this way, we collect Technical Data, User Data Tracking Data which allows Genki to function properly. 

We also check enabled plugins in the users' browsers' in order to verify if any cashback and Adblock plugins are installed and enabled. 

After that, we send notifications within the Genki plugin if other plugins could be an obstacle in transaction tracking or transactions will be tracked properly.                    

扩展基本信息

名称 genki genki
ID ncfecidelnfmcniojodbaoghjhmkpphg
官方URL https://chrome.google.com/webstore/detail/genki/ncfecidelnfmcniojodbaoghjhmkpphg
简介 Boost your favourite youtuber/streamer/gamer/creator each time you shop online. At no extra cost!
文件大小 136 KB
安装次数 2,116
当前版本 0.8.8
更新时间 2022-08-01
上架时间 2021-04-29
评分 5.00/5 共23次评分
开发者 http://genki.me
电子邮箱 [email protected]
付费类型 free
扩展官网 https://genki.me
帮助页面URL https://genki.me/faq
隐私政策页面URL https://genki.me/privacy-policy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "genki",
    "description": "Boost your favourite youtuber\/streamer\/gamer\/creator each time you shop online. At no extra cost!",
    "version": "0.8.8",
    "browser_action": {
        "default_icon": ".\/img\/icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            ".\/js\/background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                ".\/js\/content.js"
            ]
        }
    ],
    "permissions": [
        "cookies",
        "storage",
        "https:\/\/*\/",
        "http:\/\/*\/",
        "management"
    ],
    "icons": {
        "16": ".\/img\/icon.png",
        "48": ".\/img\/icon.png",
        "128": ".\/img\/icon.png"
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/genki.me\/*"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}