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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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