Micrew is a Chrome extension designed to automatically search for random stock prices on Bing, helping you earn daily Microsoft Rewards points. Ensure you are logged into your Microsoft account on Bing before running the script to receive points.
- Automatically searches for random stock prices on Bing.
- Configurable search count and delay interval through the extension popup.
- Provides a count of executed searches.
-
manifest.json
- Defines the extension's metadata and settings.
- Permissions:
tabs
- Content scripts:
content-script.js
-
content-script.js
- Listens for messages to run the search script.
- Contains a function to generate two random letters.
- This file is currently not in use.
-
popup.html
- The HTML structure of the popup interface.
- Includes controls for search count and interval, and a button to start the script.
-
popup.css
- Styles the popup interface, including layout and hover effects.
-
popup.js
- Handles the functionality of the popup.
- Updates Bing search URL and executes searches based on user settings.
- Dynamically adjusts the search count and interval values.
- Download Micrew repository in compressed format.
- Extract the downloaded compressed file using archivers e.g. Winrar.
- Open Chrome and navigate to
chrome://extensions/
. - Enable "Developer mode" using the toggle in the top right corner.
- Click "Load unpacked" and select the directory containing the extension files.
- The extension should now appear in your list of extensions.
- Click on the Micrew extension icon in your Chrome toolbar.
- Adjust the search count and interval using the sliders.
- Click the "Run Script" button to start the automatic search process.
- To stop the script, click on the extension icon or click outside the popup.
- This extension can be used in any browser with same setup/installation process.
- Make sure you are logged into your Microsoft account on Bing to receive points.
- The script currently does not use the
content-script.js
file but is designed to run the functionality through browser DOM (if needed in future).
- If the extension is not working: Ensure that you are logged into your Microsoft account on Bing before running the script.
- Searches are not being executed: Check if there are any errors in the console of the extension by opening the Chrome Developer Tools of extension and navigating to the "Console" tab.
This project is licensed under the MIT License - see the LICENSE file for details.
For any issues or questions, please open an issue on the GitHub repository.
Made with 🧠 by LuckyGoswami