Kupongo

Kupongo for Chromium

Kupongo là gì?

Kupongo là một tiện ích mở rộng Chrome được phát triển bởi dankyuk, và tính năng chính của nó là "Kupongo for Chromium".

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

screenshot
screenshot

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

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

                        Now you can stop looking for discount codes, with our extension, all offers are automatically displayed directly in your browser when you navigate the web.

How does it work?
After you add Kupongo, you continue to surf as usual and when you visit a website that has available coupons, Kupongo will display them. It doesn't get easier than that!

You do not need an account or membership to use Kupongo it is and will always be free to use.

We check all discount codes daily so that you always get current offers.                    

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

Tên Kupongo Kupongo
ID lijofjigcodhfaiediimfighbibgagcg
URL Chính Thức https://chromewebstore.google.com/detail/kupongo/lijofjigcodhfaiediimfighbibgagcg
Mô tả Kupongo for Chromium
Kích Thước Tệp 146 KB
Số Lần Cài Đặt 5,440
Phiên Bản Hiện Tại 1.1.1
Cập Nhật Lần Cuối 2022-07-22
Ngày Phát Hành 2022-04-18
Đánh Giá 3.40/5 Tổng số 5 Đánh Giá
Nhà Phát Triển dankyuk
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://kupongo.uk/
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Kupongo",
    "version": "1.1.1",
    "description": "Kupongo for Chromium",
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "firebase.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "app.js"
            ],
            "css": [
                "kupongo.css"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png",
        "32": "icon32.png"
    },
    "manifest_version": 3
}