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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "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 फ़ाइल डाउनलोड करें

crx प्रारूप में Microsoft automatic rewards एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 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"
    }
}