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 |
| 官方網址 | 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"
}
} | |