Swagbucks Hourly Winner Alert

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

¿Qué es Swagbucks Hourly Winner Alert?

Swagbucks Hourly Winner Alert es una extensión de Chrome desarrollada por https://protop.link, y su función principal es "Extension meant to alert you if you are a winner of the hourly prize on the swagbucks blog.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Swagbucks Hourly Winner Alert

Descarga archivos de extensión Swagbucks Hourly Winner Alert 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

                        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.                    

Información Básica de la Extensión

Nombre Swagbucks Hourly Winner Alert Swagbucks Hourly Winner Alert
ID kkbadcadbkmfcmmnialfcckcajifghph
URL Oficial https://chromewebstore.google.com/detail/swagbucks-hourly-winner-a/kkbadcadbkmfcmmnialfcckcajifghph
Descripción Extension meant to alert you if you are a winner of the hourly prize on the swagbucks blog.
Tamaño del Archivo 180 KB
Cantidad de Instalaciones 219
Versión Actual 0.0.6
Última Actualización 2021-02-28
Fecha de Publicación 2021-02-27
Desarrollador https://protop.link
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://protop.link
URL de la Página de Ayuda https://protop.link
Idiomas Soportados 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"
    }
}