Swagbucks Hourly Winner Alert
Extension meant to alert you if you are a winner of the hourly prize on the swagbucks blog.
O que é Swagbucks Hourly Winner Alert?
Swagbucks Hourly Winner Alert é uma extensão do Chrome desenvolvida por https://protop.link, e sua principal característica é "Extension meant to alert you if you are a winner of the hourly prize on the swagbucks blog.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Swagbucks Hourly Winner Alert
Baixe arquivos de extensão Swagbucks Hourly Winner Alert no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Swagbucks Hourly Winner Alert |
ID | kkbadcadbkmfcmmnialfcckcajifghph |
URL Oficial | https://chromewebstore.google.com/detail/swagbucks-hourly-winner-a/kkbadcadbkmfcmmnialfcckcajifghph |
Descrição | Extension meant to alert you if you are a winner of the hourly prize on the swagbucks blog. |
Tamanho do Arquivo | 180 KB |
Contagem de Instalações | 219 |
Versão Atual | 0.0.6 |
Última Atualização | 2021-02-28 |
Data de Publicação | 2021-02-27 |
Desenvolvedor | https://protop.link |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://protop.link |
URL da Página de Ajuda | https://protop.link |
Idiomas Suportados | 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" } } |