Rewards Search Automator

With this extension, you can automate searches on the Bing search engine to earn points for Microsoft Rewards.

Wat is Rewards Search Automator?

Rewards Search Automator is een Chrome-extensie ontwikkeld door https://strifelab.com, en de belangrijkste functie is "With this extension, you can automate searches on the Bing search engine to earn points for Microsoft Rewards.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Rewards Search Automator

Download Rewards Search Automator-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

                        With this extension, you can automate searches on the Bing search engine to earn points for Microsoft Rewards.

This extension allows you to perform searches on both Desktop and Mobile devices.

You can customize both the time intervals between each search and the number of searches you want to perform.

It's completely free and without ads.                    

Basisinformatie over de Extensie

Naam Rewards Search Automator Rewards Search Automator
ID paohfpjfibchbhbkdnlhjpfblafifehg
Officiële URL https://chromewebstore.google.com/detail/rewards-search-automator/paohfpjfibchbhbkdnlhjpfblafifehg
Beschrijving With this extension, you can automate searches on the Bing search engine to earn points for Microsoft Rewards.
Bestandsgrootte 870 KB
Aantal Installaties 1,000
Huidige Versie 1.6.0
Laatst Bijgewerkt 2024-02-16
Publicatiedatum 2023-11-21
Beoordeling 4.08/5 Totaal 12 Beoordelingen
Ontwikkelaar https://strifelab.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://strifelab.com
Help Pagina-URL https://strifelab.com/contatti
URL van de Privacybeleid Pagina https://andreacorriga.com/privacy_policy
Ondersteunde Talen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Rewards Search Automator",
    "version": "1.6.0",
    "description": "With this extension, you can automate searches on the Bing search engine to earn points for Microsoft Rewards.",
    "manifest_version": 3,
    "author": "Andrea Corriga - Strifelab",
    "action": {
        "default_popup": "index.html",
        "default_title": "Search Automator"
    },
    "permissions": [
        "debugger"
    ],
    "icons": {
        "16": ".\/img\/icon16.png",
        "48": ".\/img\/icon48.png",
        "128": ".\/img\/icon128.png"
    },
    "background": {
        "service_worker": ".\/js\/background.js"
    }
}