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
官方網址 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": [
                ""
            ]
        }
    ]
}