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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" } } |