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