Atlantic Lottery Browser Extension

Lottery tools in your browser!

Qu'est-ce que Atlantic Lottery Browser Extension ?

Atlantic Lottery Browser Extension est une extension Chrome développée par ALC Innovation Outpost, et sa fonction principale est "Lottery tools in your browser!".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Atlantic Lottery Browser Extension

Téléchargez les fichiers d'extension Atlantic Lottery Browser Extension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Atlantic Lottery Browser Extension Atlantic Lottery Browser Extension
ID bpeilifjhdknejnnacolooomlpkejflj
URL Officiel https://chrome.google.com/webstore/detail/atlantic-lottery-browser/bpeilifjhdknejnnacolooomlpkejflj
Description Lottery tools in your browser!
Taille du Fichier 739 KB
Nombre d'Installations 374
Version Actuelle 0.4.0
Dernière Mise à Jour 2022-09-12
Date de Publication 2020-02-05
Évaluation 4.80/5 Total 5 Évaluations
Développeur ALC Innovation Outpost
Email [email protected]
Type de Paiement in_app
Site Web de l'Extension https://www.alc.ca
URL de la Page de Politique de Confidentialité https://www.alc.ca/content/alc/en/legal/privacy-policy.html
Langues Prises en Charge 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'"
    }
}