Bing Search Automator
Bing Search Automator - Chrome web store, performs the bing searches automatically in single click to earn Microsoft Rewards points.
Τι είναι το Bing Search Automator;
Το Bing Search Automator είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον GetProjects, και η κύρια λειτουργία του είναι "Bing Search Automator - Chrome web store, performs the bing searches automatically in single click to earn Microsoft Rewards points.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Bing Search Automator
Λήψη αρχείων επέκτασης Bing Search Automator σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Bing Search Automator / Bing Reward Automator / Bing Search Automate / Earn MS Rewards --- Updates --- * Added speed adjustment options for searches. * Improves the Mobile search mechanism for a 99% implementation in first attempt. * Improved UI for better User Experience. V1.6: * Mobile Search correction. * Progress Bar for searches. * UI enhancements. * Fast will take 500ms per search. V1.5: * Random Mobile Emulation devices. V1.4: * Variable search time. * 3.5 Lakh+ terms added. * Minor adjustments. * Changes in implementation of searches. --- Overview --- This tool will help you perform predefined bing searches within one click automatically, you can run as much searches as you want by using custom option, also, now you can set the speed, no matter if you have a super fast pc or a potato one, everyone wants to make some money, so change the speed and make some money by increasing your points and earn rewards with Bing Search Automator Developed by GetProjects. Speed options: Slow takes 2 seconds per search. Fast takes 0.5 seconds per search. Variable takes in between 0.5 to 4 seconds per search. Note: Affiliation links included. Bing Search Automator - Chrome Web Store Automate Your Bing Searches - Chrome Web Store Bing Search Automator - Интернет-магазин Chrome Bing Search Automator - Chrome 線上應用程式商店
Βασικές Πληροφορίες Επέκτασης
Όνομα | Bing Search Automator |
ID | icbjhddacebbblejjeanbacenkopkple |
Επίσημο URL | https://chrome.google.com/webstore/detail/bing-search-automator/icbjhddacebbblejjeanbacenkopkple |
Περιγραφή | Bing Search Automator - Chrome web store, performs the bing searches automatically in single click to earn Microsoft Rewards points. |
Μέγεθος Αρχείου | 1.14 MB |
Αριθμός Εγκαταστάσεων | 4,876 |
Τρέχουσα Έκδοση | 1.6.2 |
Τελευταία Ενημέρωση | 2023-06-20 |
Ημερομηνία Δημοσίευσης | 2023-01-02 |
Αξιολόγηση | 4.80/5 Συνολικά 10 Αξιολογήσεις |
Προγραμματιστής | GetProjects |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "manifest_version": 3, "name": "Bing Search Automator", "version": "1.6.2", "description": "Bing Search Automator - Chrome web store, performs the bing searches automatically in single click to earn Microsoft Rewards points.", "background": { "service_worker": "background.js" }, "icons": { "16": ".\/img\/16.png", "32": ".\/img\/32.png", "48": ".\/img\/48.png", "128": ".\/img\/128.png", "256": ".\/img\/256.png", "512": ".\/img\/bing.png" }, "action": { "default_popup": "popup.html", "default_icon": { "16": ".\/img\/16.png", "32": ".\/img\/32.png", "48": ".\/img\/48.png", "128": ".\/img\/128.png", "256": ".\/img\/256.png", "512": ".\/img\/bing.png" } }, "permissions": [ "debugger", "tabs" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "web_accessible_resources": [ { "resources": [ "popup.html", "welcome.html", "options.html", "content-script.js", "style.css", "imag\/*" ], "matches": [ "*:\/\/*\/*" ] } ] } |