Swagbucks Hourly Winner Alert
Extension meant to alert you if you are a winner of the hourly prize on the swagbucks blog.
Co to jest Swagbucks Hourly Winner Alert?
Swagbucks Hourly Winner Alert to rozszerzenie Chrome opracowane przez https://protop.link, a jego główną funkcją jest „Extension meant to alert you if you are a winner of the hourly prize on the swagbucks blog.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Swagbucks Hourly Winner Alert
Pobierz pliki rozszerzeń Swagbucks Hourly Winner Alert w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | kkbadcadbkmfcmmnialfcckcajifghph |
| Oficjalny URL | https://chromewebstore.google.com/detail/swagbucks-hourly-winner-a/kkbadcadbkmfcmmnialfcckcajifghph |
| Opis | Extension meant to alert you if you are a winner of the hourly prize on the swagbucks blog. |
| Rozmiar pliku | 180 KB |
| Liczba instalacji | 219 |
| Aktualna Wersja | 0.0.6 |
| Ostatnia Aktualizacja | 2021-02-28 |
| Data Publikacji | 2021-02-27 |
| Deweloper | https://protop.link |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | https://protop.link |
| Adres URL Strony Pomocy | https://protop.link |
| Obsługiwane Języki | 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"
}
} | |