MS Rewards Auto

Extension to automatize daily MS Rewards.

Wat is MS Rewards Auto?

MS Rewards Auto is een Chrome-extensie ontwikkeld door rukidev507, en de belangrijkste functie is "Extension to automatize daily MS Rewards.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie MS Rewards Auto

Download MS Rewards Auto-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam MS Rewards Auto MS Rewards Auto
ID fingclmebbbbamocdahkffemjoijchkm
Officiële URL https://chromewebstore.google.com/detail/ms-rewards-auto/fingclmebbbbamocdahkffemjoijchkm
Beschrijving Extension to automatize daily MS Rewards.
Bestandsgrootte 18.28 KB
Aantal Installaties 6,459
Huidige Versie 0.0.1.0
Laatst Bijgewerkt 2022-09-12
Publicatiedatum 2022-09-12
Beoordeling 3.33/5 Totaal 12 Beoordelingen
Ontwikkelaar rukidev507
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    ]
}