Swagbucks Hourly Winner Alert
Extension meant to alert you if you are a winner of the hourly prize on the swagbucks blog.
Vad är Swagbucks Hourly Winner Alert?
Swagbucks Hourly Winner Alert är en Chrome-tillägg utvecklad av https://protop.link, och dess huvudfunktion är "Extension meant to alert you if you are a winner of the hourly prize on the swagbucks blog.".
Tilläggsskärmbilder
Ladda ner Swagbucks Hourly Winner Alert-förlängningens CRX-fil
Ladda ner Swagbucks Hourly Winner Alert-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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. Grundläggande Information om Tillägg
| Namn | |
| ID | kkbadcadbkmfcmmnialfcckcajifghph |
| Officiell webbadress | https://chromewebstore.google.com/detail/swagbucks-hourly-winner-a/kkbadcadbkmfcmmnialfcckcajifghph |
| Beskrivning | Extension meant to alert you if you are a winner of the hourly prize on the swagbucks blog. |
| Filstorlek | 180 KB |
| Antal Installationer | 219 |
| Aktuell Version | 0.0.6 |
| Senast Uppdaterad | 2021-02-28 |
| Publiceringsdatum | 2021-02-27 |
| Utvecklare | https://protop.link |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://protop.link |
| Hjälpsida URL | https://protop.link |
| Stödda Språk | 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"
}
} | |