Search Automator

Chrome and Edge extension to automate searches on the Bing search engine.

Cos'è Search Automator?

Search Automator è un'estensione di Chrome sviluppata da Andrea Corriga, e la sua funzione principale è "Chrome and Edge extension to automate searches on the Bing search engine.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Search Automator

Scarica i file di estensione 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 Search Automator Search Automator
ID ohjecpfbaodieoicfnpnigjbinkjgnkb
URL Ufficiale https://chromewebstore.google.com/detail/search-automator/ohjecpfbaodieoicfnpnigjbinkjgnkb
Descrizione Chrome and Edge extension to automate searches on the Bing search engine.
Dimensione del File 879 KB
Conteggio Installazioni 357
Versione Corrente 1.4.3
Ultimo Aggiornamento 2023-11-22
Data di Pubblicazione 2023-06-30
Valutazione 3.50/5 Totale 8 Valutazioni
Sviluppatore Andrea Corriga
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://andreacorriga.com
URL della Pagina di Aiuto https://strifelab.com/contattaci
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Search Automator",
    "version": "1.4.3",
    "description": "Chrome and Edge extension to automate searches on the Bing search engine.",
    "manifest_version": 3,
    "author": "Andrea Corriga",
    "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"
    }
}