Freejackpot

Freejackpot is an exciting new online shopping reward.

Freejackpot란 무엇입니까?

Freejackpot은(는) Freejackpot에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Freejackpot is an exciting new online shopping reward."입니다.

확장 프로그램 스크린샷

screenshot

Freejackpot 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Freejackpot rewards online shoppers with tickets to a regular £1 million cash prize draw. The Freejackpot browser extension reminds its users to shop online through freejackpot.com in order to get rewarded with free tickets to the next prize draw.
freejackpot funds the £1 million prizes and other consolation prizes from its own revenue, so online shoppers do not pay anything extra in order to play.  Its revenue comes from advertising fees and commission paid to it by thousands of online shopping brands that are published on freejackpot.com. Every qualifying purchase originating through freejackpot.com is rewarded with free tickets to the next £1 million prize draw. 
There is no limit to the number of free tickets that online shoppers can hold for each prize draw. Freejackpot is also a profit-with-purpose company that donates a large percentage of its revenue to charity partners.                    

확장 프로그램 기본 정보

이름 Freejackpot Freejackpot
ID bhdiopmfogiheghmbkbehmiljclfjncn
공식 URL https://chromewebstore.google.com/detail/freejackpot/bhdiopmfogiheghmbkbehmiljclfjncn
설명 Freejackpot is an exciting new online shopping reward.
파일 크기 1.15 MB
설치 횟수 44
현재 버전 1.0.29
최근 업데이트 2021-08-26
출시 날짜 2020-12-09
평점 5.00/5 총 1 개의 평점
개발자 Freejackpot
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://freejackpot.com/home
도움말 페이지 URL https://freejackpot.com/contact-us
개인정보 보호 정책 페이지 URL https://freejackpot.com/privacypolicy
지원되는 언어 en-GB
manifest.json
{
    "background": {
        "persistent": false,
        "scripts": [
            "js\/jquery.js",
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icons\/button.png",
        "default_title": "Freejackpot"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "js\/jquery.js",
                "js\/content-script.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "description": "Freejackpot is an exciting new online shopping reward.",
    "icons": {
        "128": "icons\/icon128.png",
        "16": "icons\/button.png",
        "48": "icons\/icon48.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAuR56PgL\/vfDgYVtFyd\/eh+w6QenQqfnZ6UzGWu\/VLkF7bLiXFh+nPSqUmetiRlgRZy0d7X85dUYW9kIU4a1ODz0jKkuoXB1HDQOOe+0gZbqrhPj+3UP6PQqtWVVE\/6BT3FAd3KUuCZC8Sv4cL67VDzQxzmBDLJaTX9LUiUQvUjnOCySH4G3r3LfYtUexVoP0CJu6E7cP2exUez+ocMOdgC5dC7qPI4yLPllEfpUaoVmo2dNDVUpGlkj6kMsvAZQFIWAcKPS+TU7XCyCOWSxiXjxOBdS3Qact+wzIgl6lH4Nn5TYKV\/qj9iPlTgTgFWkJ4T3R5Qz64ii3v0uiuXZbvwIDAQAB",
    "manifest_version": 2,
    "name": "Freejackpot",
    "permissions": [
        "https:\/\/revglue.freejackpot.com\/*"
    ],
    "short_name": "Freejackpot",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.29",
    "web_accessible_resources": [
        "*"
    ]
}