Microsoft automatic rewards
Script that gives you maximum ammout of microsoft rewards points every day automatically or by a click of a button.
Τι είναι το Microsoft automatic rewards;
Το Microsoft automatic rewards είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον spin311, και η κύρια λειτουργία του είναι "Script that gives you maximum ammout of microsoft rewards points every day automatically or by a click of a button.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Microsoft automatic rewards
Λήψη αρχείων επέκτασης Microsoft automatic rewards σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Microsoft automatic rewards |
ID | ocmmbfdhomnkljmjkmafegefcgcfkefo |
Επίσημο URL | https://chromewebstore.google.com/detail/microsoft-automatic-rewar/ocmmbfdhomnkljmjkmafegefcgcfkefo |
Περιγραφή | Script that gives you maximum ammout of microsoft rewards points every day automatically or by a click of a button. |
Μέγεθος Αρχείου | 33.39 KB |
Αριθμός Εγκαταστάσεων | 1,000 |
Τρέχουσα Έκδοση | 1.2.0 |
Τελευταία Ενημέρωση | 2023-12-30 |
Ημερομηνία Δημοσίευσης | 2023-10-17 |
Αξιολόγηση | 4.27/5 Συνολικά 11 Αξιολογήσεις |
Προγραμματιστής | spin311 |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://spin311.github.io/MicrosoftRewardsWebsite/ |
Διεύθυνση URL της Σελίδας Βοήθειας | https://spin311.github.io/MicrosoftRewardsWebsite/ |
Υποστηριζόμενες Γλώσσες | 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" } } |