MS Rewards Auto

Extension to automatize daily MS Rewards.

What is MS Rewards Auto?

MS Rewards Auto is a Chrome extension developed by rukidev507, and its main feature is "Extension to automatize daily MS Rewards.".

Extension Screenshots

screenshot

Download MS Rewards Auto Extension CRX File

Download MS Rewards Auto extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Extension to automatize daily MS Rewards Points obtained from web search using the Bing.com search engine. Can be used along an user-agents extension to get the reward points from mobile device searches as well.

Click the MS Rewards Auto icon to start running the automatic searches and click the same icon once again to stop this extension.

Reward icons created by Freepik - Flaticon https://www.flaticon.com/free-icons/reward                    

Extension Basic Information

Name MS Rewards Auto MS Rewards Auto
ID fingclmebbbbamocdahkffemjoijchkm
Official URL https://chromewebstore.google.com/detail/ms-rewards-auto/fingclmebbbbamocdahkffemjoijchkm
Description Extension to automatize daily MS Rewards.
File Size 18.28 KB
Installation Count 6,459
Current Version 0.0.1.0
Last Updated 2022-09-12
Publish Date 2022-09-12
Rating 3.33/5 Total 12 Ratings
Developer rukidev507
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "MS Rewards Auto",
    "version": "0.0.1.0",
    "description": "Extension to automatize daily MS Rewards.",
    "manifest_version": 3,
    "icons": {
        "16": "icon-16.png",
        "32": "icon-32.png",
        "64": "icon-64.png",
        "128": "icon-128.png"
    },
    "action": {
        "default_title": "Start"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.bing.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "activeTab",
        "scripting"
    ]
}