Atlantic Lottery Browser Extension

Lottery tools in your browser!

什麼是Atlantic Lottery Browser Extension?

Atlantic Lottery Browser Extension是由ALC Innovation Outpost開發的Chrome擴展程式,該擴展的主要功能是“Lottery tools in your browser!”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Atlantic Lottery Browser Extension擴展crx文件

下載Atlantic Lottery Browser Extension擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        *** Thanks for participating in the pilot for the Atlantic Lottery Browser Extension. This pilot has now ended. Check out alc.ca for all your lotto info. ***

The Atlantic Lottery Browser Extension is the most convenient way yet to get the latest draw results and receive jackpot alerts, right in your browser. No sign-up required! Keep up to date on Lotto MAX, Lotto 649, Atlantic 49, Daily Grand, Hit or Miss, and Salsa Bingo, and when the jackpot is high, one click will take you to alc.ca to buy your tickets.

Personalize your jackpot alerts if you want a nudge when your favourite game is getting big. No emails, no annoying text messages — just an unobtrusive notification.

Your dreams are just a click away!                    

擴展基本資訊

名稱 Atlantic Lottery Browser Extension Atlantic Lottery Browser Extension
ID bpeilifjhdknejnnacolooomlpkejflj
官方網址 https://chrome.google.com/webstore/detail/atlantic-lottery-browser/bpeilifjhdknejnnacolooomlpkejflj
簡介 Lottery tools in your browser!
檔案大小 739 KB
安裝次數 374
目前版本 0.4.0
更新時間 2022-09-12
上架時間 2020-02-05
評分 4.80/5 共 5 次評分
開發者 ALC Innovation Outpost
電子郵箱 [email protected]
付費類型 in_app
擴展官網 https://www.alc.ca
隱私政策頁面URL https://www.alc.ca/content/alc/en/legal/privacy-policy.html
支援的語言 en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_app_name__",
    "description": "__MSG_app_desc__",
    "author": "__MSG_app_author__",
    "version": "0.4.0",
    "action": {
        "default_icon": "alc48.png",
        "default_popup": "popup.html"
    },
    "default_locale": "en",
    "icons": {
        "16": "alc16.png",
        "48": "alc48.png",
        "128": "alc128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "background",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/www.alc.ca\/"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "alc48.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}