Winzos! Web Contests

Win cash, gift cards and more when you search the web, watch videos, and shop at online stores like Amazon, Target, and others!

Qu'est-ce que Winzos! Web Contests ?

Winzos! Web Contests est une extension Chrome développée par https://winzos.com, et sa fonction principale est "Win cash, gift cards and more when you search the web, watch videos, and shop at online stores like Amazon, Target, and others!".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Winzos! Web Contests

Téléchargez les fichiers d'extension Winzos! Web Contests au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Earn entries to online contests for a chance to win cash, gift cards and other prizes when you shop at online stores like Amazon, Target, and others!  

Step 1. Install Winzos and sign up FREE!
Step 2. Shop at your favorite stores
Step 3. Collect contest entries automatically when you make purchases.  $1 spent = 1 entry

The more entries you have, the more chances to win!  

Compatible with other shopping extensions like Honey, Capital One Shopping, Rakuten and others!                    

Informations de Base sur l'Extension

Nom Winzos! Web Contests Winzos! Web Contests
ID opkeckfmeoflneojadkepfeblhdbbnhi
URL Officiel https://chromewebstore.google.com/detail/winzos-web-contests/opkeckfmeoflneojadkepfeblhdbbnhi
Description Win cash, gift cards and more when you search the web, watch videos, and shop at online stores like Amazon, Target, and others!
Taille du Fichier 2.04 MB
Nombre d'Installations 21
Version Actuelle 1.3.2
Dernière Mise à Jour 2024-01-03
Date de Publication 2023-04-19
Développeur https://winzos.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://winzos.io/
URL de la Page d'Aide https://help.winzos.io/en/category/frequently-asked-questions-winzos-shopping-contests-1lj0jw2/
URL de la Page de Politique de Confidentialité https://winzos.io/privacy-policy
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Winzos! Web Contests",
    "description": "Win cash, gift cards and more when you search the web, watch videos, and shop at online stores like Amazon, Target, and others!",
    "version": "1.3.2",
    "manifest_version": 3,
    "icons": {
        "48": "\/img\/winzos_48.png",
        "128": "\/img\/winzos_128.png"
    },
    "action": {
        "default_icon": {
            "48": "\/img\/winzos_48.png",
            "128": "\/img\/winzos_128.png"
        }
    },
    "permissions": [
        "storage",
        "tabs",
        "gcm",
        "notifications"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "css": [
                "e.css"
            ],
            "js": [
                "js\/launcher.js",
                "e.js"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/*\/"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "*.png",
                "*.jpg",
                "*.gif",
                "*.eot",
                "*.eot#iefix",
                "*.ttf",
                "*.woff",
                "*.svg",
                "*.js",
                "*.css",
                "*.html"
            ],
            "matches": [
                ""
            ]
        }
    ]
}