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 |
公式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 |
Eメール | [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" } } |