Swagbucks Hourly Winner Alert
Extension meant to alert you if you are a winner of the hourly prize on the swagbucks blog.
What is Swagbucks Hourly Winner Alert?
Swagbucks Hourly Winner Alert is a Chrome extension developed by https://protop.link, and its main feature is "Extension meant to alert you if you are a winner of the hourly prize on the swagbucks blog.".
Extension Screenshots
Download Swagbucks Hourly Winner Alert Extension CRX File
Download Swagbucks Hourly Winner Alert extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Swagbucks Hourly Winner Alert |
ID | kkbadcadbkmfcmmnialfcckcajifghph |
Official URL | 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. |
File Size | 180 KB |
Installation Count | 219 |
Current Version | 0.0.6 |
Last Updated | 2021-02-28 |
Publish Date | 2021-02-27 |
Developer | https://protop.link |
[email protected] | |
Payment Type | free |
Extension Website | https://protop.link |
Help Page URL | https://protop.link |
Supported Languages | 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" } } |