Bing Fire - Bing Automatic Searching Tool
A tool to automatic searches in bing search engine with random words.
Co je Bing Fire - Bing Automatic Searching Tool?
Bing Fire - Bing Automatic Searching Tool je rozšíření Chrome vyvinuté Codesler, a jeho hlavní funkcí je „A tool to automatic searches in bing search engine with random words.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Bing Fire - Bing Automatic Searching Tool
Stáhněte si soubory rozšíření Bing Fire - Bing Automatic Searching Tool ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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 Základní Informace o Rozšíření
| Název | |
| ID | odfnbfchgedhapbggodagalblnpfdhoj |
| Oficiální URL | https://chrome.google.com/webstore/detail/bing-fire-bing-automatic/odfnbfchgedhapbggodagalblnpfdhoj |
| Popis | A tool to automatic searches in bing search engine with random words. |
| Velikost souboru | 164 KB |
| Počet instalací | 16 |
| Aktuální Verze | 1.1 |
| Poslední Aktualizace | 2023-06-15 |
| Datum Vydání | 2023-06-15 |
| Hodnocení | 5.00/5 Celkem 1 Hodnocení |
| Vývojář | Codesler |
| [email protected] | |
| Typ Platby | free |
| Webové stránky Rozšíření | https://codesler.com |
| URL Stránky Nápovědy | https://codesler.com/contact-us |
| URL Stránky Zásad Ochrany Soukromí | https://codesler.com/privacy-policy |
| Podporované Jazyky | 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"
}
} | |