genki

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

genki là gì?

genki là một tiện ích mở rộng Chrome được phát triển bởi http://genki.me, và tính năng chính của nó là "Boost your favourite youtuber/streamer/gamer/creator each time you shop online. At no extra cost!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng genki

Tải xuống các tệp mở rộng genki dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên genki genki
ID ncfecidelnfmcniojodbaoghjhmkpphg
URL Chính Thức https://chrome.google.com/webstore/detail/genki/ncfecidelnfmcniojodbaoghjhmkpphg
Mô tả Boost your favourite youtuber/streamer/gamer/creator each time you shop online. At no extra cost!
Kích Thước Tệp 136 KB
Số Lần Cài Đặt 2,116
Phiên Bản Hiện Tại 0.8.8
Cập Nhật Lần Cuối 2022-08-01
Ngày Phát Hành 2021-04-29
Đánh Giá 5.00/5 Tổng số 23 Đánh Giá
Nhà Phát Triển http://genki.me
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://genki.me
URL Trang Trợ Giúp https://genki.me/faq
URL Trang Chính Sách Bảo Mật https://genki.me/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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'"
}