Swagbucks Hourly Winner Alert

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

Apa itu Swagbucks Hourly Winner Alert?

Swagbucks Hourly Winner Alert adalah ekstensi Chrome yang dikembangkan oleh https://protop.link, dan fitur utamanya adalah "Extension meant to alert you if you are a winner of the hourly prize on the swagbucks blog.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Swagbucks Hourly Winner Alert

Unduh file ekstensi Swagbucks Hourly Winner Alert dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Swagbucks Hourly Winner Alert Swagbucks Hourly Winner Alert
ID kkbadcadbkmfcmmnialfcckcajifghph
URL Resmi https://chromewebstore.google.com/detail/swagbucks-hourly-winner-a/kkbadcadbkmfcmmnialfcckcajifghph
Deskripsi Extension meant to alert you if you are a winner of the hourly prize on the swagbucks blog.
Ukuran File 180 KB
Jumlah Instalasi 219
Versi Saat Ini 0.0.6
Terakhir Diperbarui 2021-02-28
Tanggal Publikasi 2021-02-27
Pengembang https://protop.link
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://protop.link
URL Halaman Bantuan https://protop.link
Bahasa yang Didukung 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"
    }
}