Rewards Search Automator

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

Qu'est-ce que Rewards Search Automator ?

Rewards Search Automator est une extension Chrome développée par https://strifelab.com, et sa fonction principale est "With this extension, you can automate searches on the Bing search engine to earn points for Microsoft Rewards.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Rewards Search Automator

Téléchargez les fichiers d'extension Rewards Search Automator au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Rewards Search Automator Rewards Search Automator
ID paohfpjfibchbhbkdnlhjpfblafifehg
URL Officiel https://chromewebstore.google.com/detail/rewards-search-automator/paohfpjfibchbhbkdnlhjpfblafifehg
Description With this extension, you can automate searches on the Bing search engine to earn points for Microsoft Rewards.
Taille du Fichier 870 KB
Nombre d'Installations 1,000
Version Actuelle 1.6.0
Dernière Mise à Jour 2024-02-16
Date de Publication 2023-11-21
Évaluation 4.08/5 Total 12 Évaluations
Développeur https://strifelab.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://strifelab.com
URL de la Page d'Aide https://strifelab.com/contatti
URL de la Page de Politique de Confidentialité https://andreacorriga.com/privacy_policy
Langues Prises en Charge 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"
    }
}