Swagbucks Hourly Winner Alert
Extension meant to alert you if you are a winner of the hourly prize on the swagbucks blog.
Was ist Swagbucks Hourly Winner Alert?
Swagbucks Hourly Winner Alert ist eine Chrome-Erweiterung, die von https://protop.link entwickelt wurde, und ihr Hauptmerkmal ist "Extension meant to alert you if you are a winner of the hourly prize on the swagbucks blog.".
Erweiterungsscreenshots
Swagbucks Hourly Winner Alert-Erweiterungs-CRX-Datei herunterladen
Laden Sie Swagbucks Hourly Winner Alert-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Swagbucks Hourly Winner Alert |
ID | kkbadcadbkmfcmmnialfcckcajifghph |
Offizielle URL | https://chromewebstore.google.com/detail/swagbucks-hourly-winner-a/kkbadcadbkmfcmmnialfcckcajifghph |
Beschreibung | Extension meant to alert you if you are a winner of the hourly prize on the swagbucks blog. |
Dateigröße | 180 KB |
Installationsanzahl | 219 |
Aktuelle Version | 0.0.6 |
Letztes Update | 2021-02-28 |
Veröffentlichungsdatum | 2021-02-27 |
Entwickler | https://protop.link |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://protop.link |
Hilfeseite URL | https://protop.link |
Unterstützte Sprachen | 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" } } |