Kupongo

Kupongo for Chromium

Kupongoとは何ですか?

Kupongoはdankyukによって開発されたChromeの拡張機能で、その主な機能は「Kupongo for Chromium」です。

拡張機能のスクリーンショット

screenshot
screenshot

Kupongo拡張機能のCRXファイルをダウンロード

Kupongo拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Kupongo Kupongo
ID lijofjigcodhfaiediimfighbibgagcg
公式URL https://chromewebstore.google.com/detail/kupongo/lijofjigcodhfaiediimfighbibgagcg
説明 Kupongo for Chromium
ファイルサイズ 146 KB
インストール数 5,440
現在のバージョン 1.1.1
最終更新日 2022-07-22
公開日 2022-04-18
評価 3.40/5 合計 5 レビュー
開発者 dankyuk
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://kupongo.uk/
対応言語 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
}