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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Codesler และคุณลักษณะหลักของมันคือ "A tool to automatic searches in bing search engine with random words."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Bing Fire - Bing Automatic Searching Tool
ดาวน์โหลดไฟล์ส่วนขยาย 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"
}
} | |