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 |
| Eメール | [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"
}
} | |