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.”。
扩展截图
下载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 |
ID | ohjecpfbaodieoicfnpnigjbinkjgnkb |
官方URL | 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" } } |