RedditNew is a Chrome extension that allows you to keep track of the activity of your favorite subreddits directly from your browser. This extension was built using React and the Chrome API, making it lightweight and efficient.
-
Track Subreddit Activity: Add your favorite subreddits to the extension and get real-time updates on new posts, comments, and upvotes/downvotes.
-
Direct Reddit Access: Click on a tracked subreddit to be redirected to the corresponding Reddit page to engage with the community.
-
User-friendly Interface: The extension provides a simple and intuitive interface for a seamless user experience.
-
Clone the repository or download the ZIP file.
-
Build the extension using
npm run build
-
Open Google Chrome and go to
chrome://extensions
. -
Enable Developer mode in the top right corner.
-
Click on "Load unpacked" and select the folder where the extension files are located.
-
The Subreddit Activity Tracker extension will be added to your browser.
-
Click on the extension icon in the Chrome toolbar to open the Subreddit Activity Tracker.
-
On the dashboard, click "Add Subreddit" to start tracking a subreddit.
-
Enter the name of the subreddit you want to track and customize the settings as desired.
-
Save the settings, and the extension will start providing real-time updates for the chosen subreddit.
To make changes to this extension or contribute to its development, follow these steps:
-
Fork the repository.
-
Clone the forked repository to your local machine.
-
Navigate to the extension's directory.
-
Run
npm install
to install the necessary dependencies. -
Make your desired changes and test the extension locally using
npm start
. -
Once you are satisfied with your changes, submit a pull request describing the modifications you've made.
If you encounter any issues while using the Subreddit Activity Tracker extension or have suggestions for improvements, please open an issue on GitHub.
This project is licensed under the MIT License.