Bing Fire - Bing Automatic Searching Tool
A tool to automatic searches in bing search engine with random words.
什么是Bing Fire - Bing Automatic Searching Tool?
Bing Fire - Bing Automatic Searching Tool是由Codesler开发的Chrome扩展程序,该扩展的主要功能是“A tool to automatic searches in bing search engine with random words.”。
扩展截图
下载Bing Fire - Bing Automatic Searching Tool扩展crx文件
下载Bing Fire - Bing Automatic Searching Tool扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
The Search Counter for Bing extension enhances your browsing experience by automating a series of consecutive searches on Bing. With just a single click, the extension performs 10 searches in the current tab, utilizing a variety of randomized queries.
Each search is executed with a brief delay in between, allowing you to conveniently observe the results and track the progress through a displayed counter.
Whether you need to simulate search activity or simply explore diverse search results, this extension offers a seamless and efficient way to perform multiple searches within your desired tab on Bing.
Feature:-
1. Customize Limit
2. Customize Timing
3. Customize Word
4. Random Search 扩展基本信息
| 名称 | |
| ID | odfnbfchgedhapbggodagalblnpfdhoj |
| 官方URL | https://chrome.google.com/webstore/detail/bing-fire-bing-automatic/odfnbfchgedhapbggodagalblnpfdhoj |
| 简介 | A tool to automatic searches in bing search engine with random words. |
| 文件大小 | 164 KB |
| 安装次数 | 16 |
| 当前版本 | 1.1 |
| 更新时间 | 2023-06-15 |
| 上架时间 | 2023-06-15 |
| 评分 | 5.00/5 共1次评分 |
| 开发者 | Codesler |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://codesler.com |
| 帮助页面URL | https://codesler.com/contact-us |
| 隐私政策页面URL | https://codesler.com/privacy-policy |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Bing Fire - Bing Automatic Searching Tool",
"version": "1.1",
"description": "A tool to automatic searches in bing search engine with random words.",
"icons": {
"16": "icon.png",
"48": "icon.png",
"128": "icon.png"
},
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "icon.png",
"48": "icon.png",
"128": "icon.png"
}
},
"permissions": [
"activeTab"
],
"background": {
"service_worker": "background.js"
}
} | |