Discount Code Finder

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

Discount Code Finder là gì?

Discount Code Finder là một tiện ích mở rộng Chrome được phát triển bởi http://www.voucherhit.co.uk, và tính năng chính của nó là "Automatically find discount codes for the sites you're visiting!".

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

screenshot

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

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

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

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

Tên Discount Code Finder Discount Code Finder
ID gphhbidkollbkiflljmlgkdafceahjcp
URL Chính Thức https://chrome.google.com/webstore/detail/discount-code-finder/gphhbidkollbkiflljmlgkdafceahjcp
Mô tả Automatically find discount codes for the sites you're visiting!
Kích Thước Tệp 45.31 KB
Số Lần Cài Đặt 181
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2017-01-13
Ngày Phát Hành 2017-01-13
Đánh Giá 4.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển http://www.voucherhit.co.uk
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://www.voucherhit.co.uk
URL Trang Chính Sách Bảo Mật http://www.discountcodehunter.co.uk/privacy.php
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}