Voucher Genius Extension

This extension shows the Voucher Genius Extension

Voucher Genius Extension क्या है?

Voucher Genius Extension Voucher Genius द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension shows the Voucher Genius Extension"।

एक्सटेंशन स्क्रीनशॉट्स

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Voucher Genius Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
आधिकारिक URL 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"
    ]
}