VORT3X Rewards

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

Wat is VORT3X Rewards?

VORT3X Rewards is een Chrome-extensie ontwikkeld door https://vort3x.gg, en de belangrijkste functie is "Save on sites you are already shopping! Get the browser extension to start saving.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie VORT3X Rewards

Download VORT3X Rewards-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam VORT3X Rewards VORT3X Rewards
ID ojpajahjbnehakpjfknajjpkfpbecakm
Officiële URL https://chromewebstore.google.com/detail/vort3x-rewards/ojpajahjbnehakpjfknajjpkfpbecakm
Beschrijving Save on sites you are already shopping! Get the browser extension to start saving.
Bestandsgrootte 708 KB
Aantal Installaties 11
Huidige Versie 1
Laatst Bijgewerkt 2022-11-27
Publicatiedatum 2022-11-22
Ontwikkelaar https://vort3x.gg
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://rewards.vort3x.gg/
Help Pagina-URL https://rewards.vort3x.gg/contact-us/
URL van de Privacybeleid Pagina https://rewards.vort3x.gg/privacy-policy
Ondersteunde Talen 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';"
    }
}