Microsoft automatic rewards
Script that gives you maximum ammout of microsoft rewards points every day automatically or by a click of a button.
Qu'est-ce que Microsoft automatic rewards ?
Microsoft automatic rewards est une extension Chrome développée par spin311, et sa fonction principale est "Script that gives you maximum ammout of microsoft rewards points every day automatically or by a click of a button.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Microsoft automatic rewards
Téléchargez les fichiers d'extension Microsoft automatic rewards au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Microsoft automatic rewards |
ID | ocmmbfdhomnkljmjkmafegefcgcfkefo |
URL Officiel | https://chromewebstore.google.com/detail/microsoft-automatic-rewar/ocmmbfdhomnkljmjkmafegefcgcfkefo |
Description | Script that gives you maximum ammout of microsoft rewards points every day automatically or by a click of a button. |
Taille du Fichier | 33.39 KB |
Nombre d'Installations | 1,000 |
Version Actuelle | 1.2.0 |
Dernière Mise à Jour | 2023-12-30 |
Date de Publication | 2023-10-17 |
Évaluation | 4.27/5 Total 11 Évaluations |
Développeur | spin311 |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://spin311.github.io/MicrosoftRewardsWebsite/ |
URL de la Page d'Aide | https://spin311.github.io/MicrosoftRewardsWebsite/ |
Langues Prises en Charge | 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" } } |