Search Automator
Chrome and Edge extension to automate searches on the Bing search engine.
Qu'est-ce que Search Automator ?
Search Automator est une extension Chrome développée par Andrea Corriga, et sa fonction principale est "Chrome and Edge extension to automate searches on the Bing search engine.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Search Automator
Téléchargez les fichiers d'extension Search Automator au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Search Automator |
ID | ohjecpfbaodieoicfnpnigjbinkjgnkb |
URL Officiel | https://chromewebstore.google.com/detail/search-automator/ohjecpfbaodieoicfnpnigjbinkjgnkb |
Description | Chrome and Edge extension to automate searches on the Bing search engine. |
Taille du Fichier | 879 KB |
Nombre d'Installations | 357 |
Version Actuelle | 1.4.3 |
Dernière Mise à Jour | 2023-11-22 |
Date de Publication | 2023-06-30 |
Évaluation | 3.50/5 Total 8 Évaluations |
Développeur | Andrea Corriga |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://andreacorriga.com |
URL de la Page d'Aide | https://strifelab.com/contattaci |
Langues Prises en Charge | 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" } } |