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是由https://winzos.com开发的Chrome扩展程序,该扩展的主要功能是“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

下载Winzos! Web Contests扩展crx文件

下载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": [
                ""
            ]
        }
    ]
}