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 là gì?
Microsoft automatic rewards là một tiện ích mở rộng Chrome được phát triển bởi spin311, và tính năng chính của nó là "Script that gives you maximum ammout of microsoft rewards points every day automatically or by a click of a button.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Microsoft automatic rewards
Tải xuống các tệp mở rộng Microsoft automatic rewards dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Microsoft automatic rewards |
ID | ocmmbfdhomnkljmjkmafegefcgcfkefo |
URL Chính Thức | https://chromewebstore.google.com/detail/microsoft-automatic-rewar/ocmmbfdhomnkljmjkmafegefcgcfkefo |
Mô tả | Script that gives you maximum ammout of microsoft rewards points every day automatically or by a click of a button. |
Kích Thước Tệp | 33.39 KB |
Số Lần Cài Đặt | 1,000 |
Phiên Bản Hiện Tại | 1.2.0 |
Cập Nhật Lần Cuối | 2023-12-30 |
Ngày Phát Hành | 2023-10-17 |
Đánh Giá | 4.27/5 Tổng số 11 Đánh Giá |
Nhà Phát Triển | spin311 |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://spin311.github.io/MicrosoftRewardsWebsite/ |
URL Trang Trợ Giúp | https://spin311.github.io/MicrosoftRewardsWebsite/ |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |