Search Automator
Chrome and Edge extension to automate searches on the Bing search engine.
Co to jest Search Automator?
Search Automator to rozszerzenie Chrome opracowane przez Andrea Corriga, a jego główną funkcją jest „Chrome and Edge extension to automate searches on the Bing search engine.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Search Automator
Pobierz pliki rozszerzeń Search Automator w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
With this extension, you can automate searches on the Bing search engine to earn points for Microsoft Rewards. This extension allows you to perform searches on both Desktop and Mobile devices. You can customize both the time intervals between each search and the number of searches you want to perform. It's completely free and without ads.
Podstawowe informacje o rozszerzeniu
Nazwa | Search Automator |
ID | ohjecpfbaodieoicfnpnigjbinkjgnkb |
Oficjalny URL | https://chromewebstore.google.com/detail/search-automator/ohjecpfbaodieoicfnpnigjbinkjgnkb |
Opis | Chrome and Edge extension to automate searches on the Bing search engine. |
Rozmiar pliku | 879 KB |
Liczba instalacji | 357 |
Aktualna Wersja | 1.4.3 |
Ostatnia Aktualizacja | 2023-11-22 |
Data Publikacji | 2023-06-30 |
Ocena | 3.50/5 Łącznie 8 Oceny |
Deweloper | Andrea Corriga |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://andreacorriga.com |
Adres URL Strony Pomocy | https://strifelab.com/contattaci |
Obsługiwane Języki | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Search Automator", "version": "1.4.3", "description": "Chrome and Edge extension to automate searches on the Bing search engine.", "manifest_version": 3, "author": "Andrea Corriga", "action": { "default_popup": "index.html", "default_title": "Search Automator" }, "permissions": [ "debugger" ], "icons": { "16": ".\/img\/icon16.png", "48": ".\/img\/icon48.png", "128": ".\/img\/icon128.png" }, "background": { "service_worker": ".\/js\/background.js" } } |