Search Automator

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

什麼是Search Automator?

Search Automator是由Andrea Corriga開發的Chrome擴展程式,該擴展的主要功能是“Chrome and Edge extension to automate searches on the Bing search engine.”。

擴展截圖

screenshot

下載Search Automator擴展crx文件

下載Search Automator擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Search Automator Search Automator
ID ohjecpfbaodieoicfnpnigjbinkjgnkb
官方網址 https://chromewebstore.google.com/detail/search-automator/ohjecpfbaodieoicfnpnigjbinkjgnkb
簡介 Chrome and Edge extension to automate searches on the Bing search engine.
檔案大小 879 KB
安裝次數 357
目前版本 1.4.3
更新時間 2023-11-22
上架時間 2023-06-30
評分 3.50/5 共 8 次評分
開發者 Andrea Corriga
電子郵箱 [email protected]
付費類型 free
擴展官網 https://andreacorriga.com
說明頁面URL https://strifelab.com/contattaci
支援的語言 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"
    }
}