Microsoft automatic rewards
Script that gives you maximum ammout of microsoft rewards points every day automatically or by a click of a button.
O que é Microsoft automatic rewards?
Microsoft automatic rewards é uma extensão do Chrome desenvolvida por spin311, e sua principal característica é "Script that gives you maximum ammout of microsoft rewards points every day automatically or by a click of a button.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Microsoft automatic rewards
Baixe arquivos de extensão Microsoft automatic rewards 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
Get maximum amount of Microsoft reward points everyday automatically! Click checkbox to start receiving automatic rewards everyday! Need to be logged in with Microsoft rewards to work: https://www.microsoft.com//rewards You can either click button to open 10 tabs to get the rewards, or you can check checkbox and tabs will open and close automatically every day when you open chrome. Extension gives you at least 30 Microsoft points every day. Points can be redeemed for different game currency or donated to charity.
Informações Básicas da Extensão
Nome | Microsoft automatic rewards |
ID | ocmmbfdhomnkljmjkmafegefcgcfkefo |
URL Oficial | https://chromewebstore.google.com/detail/microsoft-automatic-rewar/ocmmbfdhomnkljmjkmafegefcgcfkefo |
Descrição | Script that gives you maximum ammout of microsoft rewards points every day automatically or by a click of a button. |
Tamanho do Arquivo | 33.39 KB |
Contagem de Instalações | 1,000 |
Versão Atual | 1.2.0 |
Última Atualização | 2023-12-30 |
Data de Publicação | 2023-10-17 |
Classificação | 4.27/5 Total de 11 Avaliações |
Desenvolvedor | spin311 |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://spin311.github.io/MicrosoftRewardsWebsite/ |
URL da Página de Ajuda | https://spin311.github.io/MicrosoftRewardsWebsite/ |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Microsoft automatic rewards", "version": "1.2.0", "icons": { "16": "imgs\/logo.png", "32": "imgs\/logo2.png", "48": "imgs\/logo2.png", "128": "imgs\/logo3.png" }, "description": "Script that gives you maximum ammout of microsoft rewards points every day automatically or by a click of a button.", "permissions": [ "storage" ], "background": { "service_worker": "src\/background.js" }, "content_scripts": [ { "matches": [ "https:\/\/www.bing.com\/*" ], "js": [ "src\/popup.js" ] } ], "action": { "default_icon": { "16": "imgs\/logo.png", "32": "imgs\/logo2.png", "48": "imgs\/logo2.png", "128": "imgs\/logo3.png" }, "default_popup": ".\/popup.html", "title": "Microsoft automatic rewards" } } |