Voucher Genius Extension

This extension shows the Voucher Genius Extension

什麼是Voucher Genius Extension?

Voucher Genius Extension是由Voucher Genius開發的Chrome擴展程式,該擴展的主要功能是“This extension shows the Voucher Genius Extension”。

擴展截圖

下載Voucher Genius Extension擴展crx文件

下載Voucher Genius Extension擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Voucher Genius finds the best vouchers, promotion codes and discounts when you are browsing so you can apply them and Save Money Every Day.

Once installed, our icon will be displayed in the top right bar. When you are shopping online and vouchers are found for the specific website or product, our icon changes color from blue to orange and will display. on top of the icon,  the number of vouchers found. 

Visit us at: http://vouchergenius.com                    

擴展基本資訊

名稱 Voucher Genius Extension Voucher Genius Extension
ID dloibnjehigboffjikiaogichnlchedi
官方網址 https://chromewebstore.google.com/detail/voucher-genius-extension/dloibnjehigboffjikiaogichnlchedi
簡介 This extension shows the Voucher Genius Extension
檔案大小 211 KB
安裝次數 94
目前版本 1.0.19
更新時間 2018-11-12
上架時間 2018-11-12
評分 5.00/5 共 2 次評分
開發者 Voucher Genius
電子郵箱 [email protected]
付費類型 free
說明頁面URL http://vouchergenius.com/privacy-policy/
隱私政策頁面URL http://vouchergenius.com/privacy-policy
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Voucher Genius Extension",
    "description": "This extension shows the Voucher Genius Extension",
    "version": "1.0.19",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Click for Vouchers!"
    },
    "background": {
        "scripts": [
            "assets\/scripts\/background.js",
            "assets\/scripts\/getvouchers.js",
            "assets\/scripts\/switchdivs.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "assets\/js\/jquery-3.2.1.min.js",
                "assets\/js\/content.js",
                "assets\/js\/bootstrap.min.js",
                "assets\/js\/fontawesome.js"
            ],
            "css": [
                "assets\/css\/vgstyles.css",
                "assets\/css\/vg-toaster-styles.css",
                "assets\/css\/3rd.css",
                "assets\/css\/fontawesome.min.css"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "tabs",
        "clipboardWrite",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "http:\/\/www.vouchergenius.com\/*",
        "http:\/\/vouchergenius.com\/*",
        "http:\/\/vgbackend.vouchergenius.com\/vgbe\/*"
    ],
    "web_accessible_resources": [
        "Voucher-Genius8.png",
        "cut.png",
        "asas.png",
        "toaster.js",
        "toaster.html"
    ]
}