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是由spin311開發的Chrome擴展程式,該擴展的主要功能是“Script that gives you maximum ammout of microsoft rewards points every day automatically or by a click of a button.”。
擴展截圖
下載Microsoft automatic rewards擴展crx文件
下載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 |
官方網址 | 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" } } |