Atlantic Lottery Browser Extension

Lottery tools in your browser!

Cos'è Atlantic Lottery Browser Extension?

Atlantic Lottery Browser Extension è un'estensione di Chrome sviluppata da ALC Innovation Outpost, e la sua funzione principale è "Lottery tools in your browser!".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Atlantic Lottery Browser Extension

Scarica i file di estensione Atlantic Lottery Browser Extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        *** 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!                    

Informazioni di Base sull'Estensione

Nome Atlantic Lottery Browser Extension Atlantic Lottery Browser Extension
ID bpeilifjhdknejnnacolooomlpkejflj
URL Ufficiale https://chrome.google.com/webstore/detail/atlantic-lottery-browser/bpeilifjhdknejnnacolooomlpkejflj
Descrizione Lottery tools in your browser!
Dimensione del File 739 KB
Conteggio Installazioni 374
Versione Corrente 0.4.0
Ultimo Aggiornamento 2022-09-12
Data di Pubblicazione 2020-02-05
Valutazione 4.80/5 Totale 5 Valutazioni
Sviluppatore ALC Innovation Outpost
Email [email protected]
Tipo di Pagamento in_app
Sito Web dell'Estensione https://www.alc.ca
URL della Pagina della Politica sulla Privacy https://www.alc.ca/content/alc/en/legal/privacy-policy.html
Lingue Supportate 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'"
    }
}