Kupongo

Kupongo for Chromium

Kupongo란 무엇입니까?

Kupongo은(는) dankyuk에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Kupongo for Chromium"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Kupongo 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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
}