Swagbucks Hourly Winner Alert

Extension meant to alert you if you are a winner of the hourly prize on the swagbucks blog.

Qu'est-ce que Swagbucks Hourly Winner Alert ?

Swagbucks Hourly Winner Alert est une extension Chrome développée par https://protop.link, et sa fonction principale est "Extension meant to alert you if you are a winner of the hourly prize on the swagbucks blog.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Swagbucks Hourly Winner Alert

Téléchargez les fichiers d'extension Swagbucks Hourly Winner Alert 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

                        Extension meant to alert you if you are a winner of the hourly prize on the Swagbucks blog. You can enter your username and that addon will send a (controllable) notification if you win. In addition the icon will show an exclamation if you have won.                    

Informations de Base sur l'Extension

Nom Swagbucks Hourly Winner Alert Swagbucks Hourly Winner Alert
ID kkbadcadbkmfcmmnialfcckcajifghph
URL Officiel https://chromewebstore.google.com/detail/swagbucks-hourly-winner-a/kkbadcadbkmfcmmnialfcckcajifghph
Description Extension meant to alert you if you are a winner of the hourly prize on the swagbucks blog.
Taille du Fichier 180 KB
Nombre d'Installations 219
Version Actuelle 0.0.6
Dernière Mise à Jour 2021-02-28
Date de Publication 2021-02-27
Développeur https://protop.link
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://protop.link
URL de la Page d'Aide https://protop.link
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Swagbucks Hourly Winner Alert",
    "version": "0.0.6",
    "description": "Extension meant to alert you if you are a winner of the hourly prize on the swagbucks blog.",
    "homepage_url": "https:\/\/example.com\/test",
    "icons": {
        "48": "icons\/icon-48.png",
        "96": "icons\/icon-96.png"
    },
    "permissions": [
        "https:\/\/www.swagbucks.com\/?cmd=gn-random-winner",
        "notifications"
    ],
    "background": {
        "scripts": [
            "browser-polyfill.js",
            "background.js"
        ]
    },
    "applications": {
        "gecko": {
            "id": "swaghalert@protop"
        }
    },
    "browser_action": {
        "browser_style": true,
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icons\/icon-16.png",
            "32": "icons\/icon-32.png"
        },
        "default_title": "Hi"
    }
}