Swagbucks Hourly Winner Alert
Extension meant to alert you if you are a winner of the hourly prize on the swagbucks blog.
Cos'è Swagbucks Hourly Winner Alert?
Swagbucks Hourly Winner Alert è un'estensione di Chrome sviluppata da https://protop.link, e la sua funzione principale è "Extension meant to alert you if you are a winner of the hourly prize on the swagbucks blog.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Swagbucks Hourly Winner Alert
Scarica i file di estensione Swagbucks Hourly Winner Alert in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Swagbucks Hourly Winner Alert |
ID | kkbadcadbkmfcmmnialfcckcajifghph |
URL Ufficiale | https://chromewebstore.google.com/detail/swagbucks-hourly-winner-a/kkbadcadbkmfcmmnialfcckcajifghph |
Descrizione | Extension meant to alert you if you are a winner of the hourly prize on the swagbucks blog. |
Dimensione del File | 180 KB |
Conteggio Installazioni | 219 |
Versione Corrente | 0.0.6 |
Ultimo Aggiornamento | 2021-02-28 |
Data di Pubblicazione | 2021-02-27 |
Sviluppatore | https://protop.link |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://protop.link |
URL della Pagina di Aiuto | https://protop.link |
Lingue Supportate | 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" } } |