Rewards Search Automator

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

Cos'è Rewards Search Automator?

Rewards Search Automator è un'estensione di Chrome sviluppata da https://strifelab.com, e la sua funzione principale è "With this extension, you can automate searches on the Bing search engine to earn points for Microsoft Rewards.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Rewards Search Automator

Scarica i file di estensione Rewards Search Automator in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Rewards Search Automator Rewards Search Automator
ID paohfpjfibchbhbkdnlhjpfblafifehg
URL Ufficiale https://chromewebstore.google.com/detail/rewards-search-automator/paohfpjfibchbhbkdnlhjpfblafifehg
Descrizione With this extension, you can automate searches on the Bing search engine to earn points for Microsoft Rewards.
Dimensione del File 870 KB
Conteggio Installazioni 1,000
Versione Corrente 1.6.0
Ultimo Aggiornamento 2024-02-16
Data di Pubblicazione 2023-11-21
Valutazione 4.08/5 Totale 12 Valutazioni
Sviluppatore https://strifelab.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://strifelab.com
URL della Pagina di Aiuto https://strifelab.com/contatti
URL della Pagina della Politica sulla Privacy https://andreacorriga.com/privacy_policy
Lingue Supportate 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"
    }
}