Freejackpot

Freejackpot is an exciting new online shopping reward.

Freejackpot là gì?

Freejackpot là một tiện ích mở rộng Chrome được phát triển bởi Freejackpot, và tính năng chính của nó là "Freejackpot is an exciting new online shopping reward.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Freejackpot

Tải xuống các tệp mở rộng Freejackpot dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Freejackpot Freejackpot
ID bhdiopmfogiheghmbkbehmiljclfjncn
URL Chính Thức https://chromewebstore.google.com/detail/freejackpot/bhdiopmfogiheghmbkbehmiljclfjncn
Mô tả Freejackpot is an exciting new online shopping reward.
Kích Thước Tệp 1.15 MB
Số Lần Cài Đặt 44
Phiên Bản Hiện Tại 1.0.29
Cập Nhật Lần Cuối 2021-08-26
Ngày Phát Hành 2020-12-09
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Freejackpot
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://freejackpot.com/home
URL Trang Trợ Giúp https://freejackpot.com/contact-us
URL Trang Chính Sách Bảo Mật https://freejackpot.com/privacypolicy
Ngôn Ngữ Được Hỗ Trợ 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": [
        "*"
    ]
}