Rewards Search Automator

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

Was ist Rewards Search Automator?

Rewards Search Automator ist eine Chrome-Erweiterung, die von https://strifelab.com entwickelt wurde, und ihr Hauptmerkmal ist "With this extension, you can automate searches on the Bing search engine to earn points for Microsoft Rewards.".

Erweiterungsscreenshots

screenshot

Rewards Search Automator-Erweiterungs-CRX-Datei herunterladen

Laden Sie Rewards Search Automator-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Rewards Search Automator Rewards Search Automator
ID paohfpjfibchbhbkdnlhjpfblafifehg
Offizielle URL https://chromewebstore.google.com/detail/rewards-search-automator/paohfpjfibchbhbkdnlhjpfblafifehg
Beschreibung With this extension, you can automate searches on the Bing search engine to earn points for Microsoft Rewards.
Dateigröße 870 KB
Installationsanzahl 1,000
Aktuelle Version 1.6.0
Letztes Update 2024-02-16
Veröffentlichungsdatum 2023-11-21
Bewertung 4.08/5 Insgesamt 12 Bewertungen
Entwickler https://strifelab.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://strifelab.com
Hilfeseite URL https://strifelab.com/contatti
URL der Datenschutzrichtlinien-Seite https://andreacorriga.com/privacy_policy
Unterstützte Sprachen 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"
    }
}