VORT3X Rewards

Save on sites you are already shopping! Get the browser extension to start saving.

VORT3X Rewards क्या है?

VORT3X Rewards https://vort3x.gg द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Save on sites you are already shopping! Get the browser extension to start saving."।

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

screenshot
screenshot

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

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

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

                        Get coupons & deals without having to look! This browser extension will simply notify you if one is available. Start saving today!

Once added to your browser click the puzzle piece button and PIN VORT3X Rewards. This will make it easy to see all the deals available while you shop! 

Compare prices to be sure you are getting the best price or get discounts available right now!                    

एक्सटेंशन की मूल जानकारी

नाम VORT3X Rewards VORT3X Rewards
ID ojpajahjbnehakpjfknajjpkfpbecakm
आधिकारिक URL https://chromewebstore.google.com/detail/vort3x-rewards/ojpajahjbnehakpjfknajjpkfpbecakm
विवरण Save on sites you are already shopping! Get the browser extension to start saving.
फ़ाइल का आकार 708 KB
स्थापना संख्या 11
वर्तमान संस्करण 1
अंतिम अपडेट 2022-11-27
प्रकाशन तिथि 2022-11-22
डेवलपर https://vort3x.gg
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://rewards.vort3x.gg/
सहायता पृष्ठ URL https://rewards.vort3x.gg/contact-us/
गोपनीयता नीति पृष्ठ URL https://rewards.vort3x.gg/privacy-policy
समर्थित भाषाएँ en,es,it,pt-BR,pt-PT,sv
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_chrome_extension_Name__",
    "version": "1",
    "default_locale": "en",
    "description": "__MSG_chrome_extension_description__",
    "homepage_url": "https:\/\/rewards.vort3x.gg\/",
    "icons": {
        "128": "icons\/logo.png"
    },
    "permissions": [
        "tabs",
        "storage",
        "cookies"
    ],
    "host_permissions": [
        "https:\/\/rewards.vort3x.gg\/"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_title": "__MSG_chrome_extension_Name__",
        "default_icon": "icons\/logo.png"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "exclude_matches": [
                "https:\/\/rewards.vort3x.gg\/"
            ],
            "js": [
                "js\/content-script.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "js\/content-script.js",
                "css\/fix.css",
                "icons\/logo.png",
                "icons\/coupon.svg"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self';"
    }
}