Swagbucks Hourly Winner Alert

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

Hvad er Swagbucks Hourly Winner Alert?

Swagbucks Hourly Winner Alert er en Chrome-udvidelse udviklet af https://protop.link, og dens hovedfunktion er "Extension meant to alert you if you are a winner of the hourly prize on the swagbucks blog.".

Udvidelsesskærmbilleder

screenshot

Download Swagbucks Hourly Winner Alert-udvidelses-CRX-fil

Download Swagbucks Hourly Winner Alert-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Swagbucks Hourly Winner Alert Swagbucks Hourly Winner Alert
ID kkbadcadbkmfcmmnialfcckcajifghph
Officiel URL https://chromewebstore.google.com/detail/swagbucks-hourly-winner-a/kkbadcadbkmfcmmnialfcckcajifghph
Beskrivelse Extension meant to alert you if you are a winner of the hourly prize on the swagbucks blog.
Filstørrelse 180 KB
Antal Installationer 219
Nuværende Version 0.0.6
Senest Opdateret 2021-02-28
Udgivelsesdato 2021-02-27
Udvikler https://protop.link
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://protop.link
Hjælpeside-URL https://protop.link
Understøttede Sprog 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"
    }
}