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!

Τι είναι το Winzos! Web Contests;

Το Winzos! Web Contests είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://winzos.com, και η κύρια λειτουργία του είναι "Win cash, gift cards and more when you search the web, watch videos, and shop at online stores like Amazon, Target, and others!".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Winzos! Web Contests

Λήψη αρχείων επέκτασης Winzos! Web Contests σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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!                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Winzos! Web Contests Winzos! Web Contests
ID opkeckfmeoflneojadkepfeblhdbbnhi
Επίσημο URL https://chromewebstore.google.com/detail/winzos-web-contests/opkeckfmeoflneojadkepfeblhdbbnhi
Περιγραφή Win cash, gift cards and more when you search the web, watch videos, and shop at online stores like Amazon, Target, and others!
Μέγεθος Αρχείου 2.04 MB
Αριθμός Εγκαταστάσεων 21
Τρέχουσα Έκδοση 1.3.2
Τελευταία Ενημέρωση 2024-01-03
Ημερομηνία Δημοσίευσης 2023-04-19
Προγραμματιστής https://winzos.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://winzos.io/
Διεύθυνση URL της Σελίδας Βοήθειας https://help.winzos.io/en/category/frequently-asked-questions-winzos-shopping-contests-1lj0jw2/
URL της Σελίδας Πολιτικής Απορρήτου https://winzos.io/privacy-policy
Υποστηριζόμενες Γλώσσες 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": [
                ""
            ]
        }
    ]
}