Swagbucks Hourly Winner Alert
Extension meant to alert you if you are a winner of the hourly prize on the swagbucks blog.
Wat is Swagbucks Hourly Winner Alert?
Swagbucks Hourly Winner Alert is een Chrome-extensie ontwikkeld door https://protop.link, en de belangrijkste functie is "Extension meant to alert you if you are a winner of the hourly prize on the swagbucks blog.".
Extensie Screenshots
Download het CRX-bestand van de extensie Swagbucks Hourly Winner Alert
Download Swagbucks Hourly Winner Alert-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | kkbadcadbkmfcmmnialfcckcajifghph |
| Officiële URL | https://chromewebstore.google.com/detail/swagbucks-hourly-winner-a/kkbadcadbkmfcmmnialfcckcajifghph |
| Beschrijving | Extension meant to alert you if you are a winner of the hourly prize on the swagbucks blog. |
| Bestandsgrootte | 180 KB |
| Aantal Installaties | 219 |
| Huidige Versie | 0.0.6 |
| Laatst Bijgewerkt | 2021-02-28 |
| Publicatiedatum | 2021-02-27 |
| Ontwikkelaar | https://protop.link |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://protop.link |
| Help Pagina-URL | https://protop.link |
| Ondersteunde Talen | 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"
}
} | |