Freejackpot

Freejackpot is an exciting new online shopping reward.

Freejackpotとは何ですか?

FreejackpotはFreejackpotによって開発されたChromeの拡張機能で、その主な機能は「Freejackpot is an exciting new online shopping reward.」です。

拡張機能のスクリーンショット

screenshot

Freejackpot拡張機能のCRXファイルをダウンロード

Freejackpot拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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": [
        "*"
    ]
}