Discount Code Finder

Automatically find discount codes for the sites you're visiting!

Discount Code Finderとは何ですか?

Discount Code Finderはhttp://www.voucherhit.co.ukによって開発されたChromeの拡張機能で、その主な機能は「Automatically find discount codes for the sites you're visiting!」です。

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

screenshot

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

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

拡張機能の使用方法

                        Visit the stores you love and find great discount codes and deals automatically from Chrome!                    

拡張機能の基本情報

名前 Discount Code Finder Discount Code Finder
ID gphhbidkollbkiflljmlgkdafceahjcp
公式URL https://chrome.google.com/webstore/detail/discount-code-finder/gphhbidkollbkiflljmlgkdafceahjcp
説明 Automatically find discount codes for the sites you're visiting!
ファイルサイズ 45.31 KB
インストール数 181
現在のバージョン 1.1
最終更新日 2017-01-13
公開日 2017-01-13
評価 4.00/5 合計 1 レビュー
開発者 http://www.voucherhit.co.uk
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト http://www.voucherhit.co.uk
プライバシーポリシーページのURL http://www.discountcodehunter.co.uk/privacy.php
対応言語 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Discount Code Finder",
    "description": "Automatically find discount codes for the sites you're visiting!",
    "version": "1.1",
    "offline_enabled": true,
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_idle",
            "all_frames": false
        }
    ],
    "page_action": {
        "default_title": "DealFeed",
        "default_popup": "popup.html"
    }
}