Rewards Search Automator
With this extension, you can automate searches on the Bing search engine to earn points for Microsoft Rewards.
Τι είναι το Rewards Search Automator;
Το Rewards Search Automator είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://strifelab.com, και η κύρια λειτουργία του είναι "With this extension, you can automate searches on the Bing search engine to earn points for Microsoft Rewards.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Rewards Search Automator
Λήψη αρχείων επέκτασης Rewards Search Automator σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Rewards Search Automator |
ID | paohfpjfibchbhbkdnlhjpfblafifehg |
Επίσημο URL | https://chromewebstore.google.com/detail/rewards-search-automator/paohfpjfibchbhbkdnlhjpfblafifehg |
Περιγραφή | With this extension, you can automate searches on the Bing search engine to earn points for Microsoft Rewards. |
Μέγεθος Αρχείου | 870 KB |
Αριθμός Εγκαταστάσεων | 1,000 |
Τρέχουσα Έκδοση | 1.6.0 |
Τελευταία Ενημέρωση | 2024-02-16 |
Ημερομηνία Δημοσίευσης | 2023-11-21 |
Αξιολόγηση | 4.08/5 Συνολικά 12 Αξιολογήσεις |
Προγραμματιστής | https://strifelab.com |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://strifelab.com |
Διεύθυνση URL της Σελίδας Βοήθειας | https://strifelab.com/contatti |
URL της Σελίδας Πολιτικής Απορρήτου | https://andreacorriga.com/privacy_policy |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Rewards Search Automator", "version": "1.6.0", "description": "With this extension, you can automate searches on the Bing search engine to earn points for Microsoft Rewards.", "manifest_version": 3, "author": "Andrea Corriga - Strifelab", "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" } } |