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"
}
} | |