Atlantic Lottery Browser Extension

Lottery tools in your browser!

¿Qué es Atlantic Lottery Browser Extension?

Atlantic Lottery Browser Extension es una extensión de Chrome desarrollada por ALC Innovation Outpost, y su función principal es "Lottery tools in your browser!".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Atlantic Lottery Browser Extension

Descarga archivos de extensión Atlantic Lottery Browser Extension en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

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

Información Básica de la Extensión

Nombre Atlantic Lottery Browser Extension Atlantic Lottery Browser Extension
ID bpeilifjhdknejnnacolooomlpkejflj
URL Oficial https://chrome.google.com/webstore/detail/atlantic-lottery-browser/bpeilifjhdknejnnacolooomlpkejflj
Descripción Lottery tools in your browser!
Tamaño del Archivo 739 KB
Cantidad de Instalaciones 374
Versión Actual 0.4.0
Última Actualización 2022-09-12
Fecha de Publicación 2020-02-05
Calificación 4.80/5 Total de 5 Calificaciones
Desarrollador ALC Innovation Outpost
Correo electrónico [email protected]
Tipo de Pago in_app
Sitio Web de la Extensión https://www.alc.ca
URL de la Página de Política de Privacidad https://www.alc.ca/content/alc/en/legal/privacy-policy.html
Idiomas Soportados 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'"
    }
}