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."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ 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 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"
    }
}