Search Automator

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

Apa itu Search Automator?

Search Automator adalah ekstensi Chrome yang dikembangkan oleh Andrea Corriga, dan fitur utamanya adalah "Chrome and Edge extension to automate searches on the Bing search engine.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Search Automator

Unduh file ekstensi Search Automator dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Search Automator Search Automator
ID ohjecpfbaodieoicfnpnigjbinkjgnkb
URL Resmi https://chromewebstore.google.com/detail/search-automator/ohjecpfbaodieoicfnpnigjbinkjgnkb
Deskripsi Chrome and Edge extension to automate searches on the Bing search engine.
Ukuran File 879 KB
Jumlah Instalasi 357
Versi Saat Ini 1.4.3
Terakhir Diperbarui 2023-11-22
Tanggal Publikasi 2023-06-30
Penilaian 3.50/5 Total 8 Penilaian
Pengembang Andrea Corriga
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://andreacorriga.com
URL Halaman Bantuan https://strifelab.com/contattaci
Bahasa yang Didukung 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"
    }
}