Buff - Game Deals

Buff, the ideal gamer’s reward program, where you game to get Items IRL.

Buff - Game Deals là gì?

Buff - Game Deals là một tiện ích mở rộng Chrome được phát triển bởi kindred, và tính năng chính của nó là "Buff, the ideal gamer’s reward program, where you game to get Items IRL.".

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng Buff - Game Deals 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

                        💰 OVERVIEW:
💸 Save money when shopping online with the Buff - Level Up Everywhere extension! Plus, earn Buffs effortlessly when you make purchases.
👾 As you shop, you'll earn Buffs, which will be added into your account. The perfect boost!
🧩 HOW DOES IT WORK?
🛍️ Shop online as normal and see offers appear at 125,000+ brands! The Buff - Level Up Everywhere extension is totally FREE. Add it to Chrome and start saving now! Just activate, then we find the coupons so that you don't have to.
🚀 Every time you browse at a retailer’s website, the extension will automatically activate to find the best deal available, letting you shop with lower prices! Our coupons are always changing, so don't forget to check your fav shops regularly. The more you buy online, the more Buffs you'll see in your account. We are simply closing the loop - and you mega rewards!                    

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

Tên Buff - Game Deals Buff - Game Deals
ID ehgcdlncamdkadhlidngccjehhdplbfp
URL Chính Thức https://chromewebstore.google.com/detail/buff-game-deals/ehgcdlncamdkadhlidngccjehhdplbfp
Mô tả Buff, the ideal gamer’s reward program, where you game to get Items IRL.
Kích Thước Tệp 2.05 MB
Số Lần Cài Đặt 34
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2023-10-10
Ngày Phát Hành 2023-10-04
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển kindred
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://www.buff.game/buff-privacy-policy
Ngôn Ngữ Được Hỗ Trợ en,en-GB,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.0.0",
    "action": {
        "default_popup": "index.html",
        "default_title": "__MSG_appName__",
        "default_icon": {
            "16": "icons\/grey\/16.png",
            "24": "icons\/grey\/24.png",
            "32": "icons\/grey\/32.png"
        }
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "background": {
        "service_worker": "static\/js\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "static\/js\/contentscript.js"
            ],
            "css": [
                "static\/css\/contentscript.css"
            ]
        },
        {
            "matches": [
                "*:\/\/localhost\/*",
                "https:\/\/kindred.co\/*",
                "https:\/\/*.kindred.co\/*",
                "https:\/\/kindred-customer-website-flapjack.azurewebsites.net\/*",
                "https:\/\/kindred-customer-website-blizzard.azurewebsites.net\/*"
            ],
            "js": [
                "static\/js\/browsercompat.js"
            ]
        }
    ],
    "short_name": "__MSG_appName__",
    "name": "__MSG_appName__",
    "description": "__MSG_appDescription__",
    "default_locale": "en",
    "icons": {
        "16": "icons\/color\/16.png",
        "48": "icons\/color\/48.png",
        "128": "icons\/color\/128.png"
    },
    "permissions": [
        "tabs",
        "storage",
        "webRequest",
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/*.buff.game\/*",
            "https:\/\/buff.game\/*"
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "static\/media\/*.*",
                "static\/css\/*.*",
                "static\/js\/*.*",
                "icons\/*.*"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "minimum_chrome_version": "88"
}