The Next.js X/Twitter Auto Unfollower is a Chrome extension that allows users to unfollow accounts on Twitter efficiently. Built with Next.js and React, this extension demonstrates the integration of modern web technologies into Chrome extension development.
The Next.js X/Twitter Auto Unfollower simplifies managing your Twitter following list. Whether you're looking to unfollow inactive accounts or streamline your timeline, this extension provides a user-friendly interface for automating the unfollow process directly within your browser.
To install and run Next.js X/Twitter Auto Unfollower locally, follow these steps:
-
Clone this repository:
git clone https://github.com/ncjpr04/X-Twitter-Auto-Unfollower.git
-
Navigate to the project directory:
cd X-Twitter-Auto-Unfollower
-
Install the dependencies using npm:
npm install
To run the Next.js X/Twitter Auto Unfollower locally, follow these steps:
- Run the project:
npm run dev
This will run the project on your localhost.
You can access the project at: http://localhost:3000/
- Build the project:
npm run build
This will prepare the project and export it to create a new folder out/. It will also rename the _next folder to next (without the underscore).
-
Open Google Chrome and go to chrome://extensions.
-
Enable the "Developer mode" toggle switch at the top-right corner.
-
Click on "Load unpacked" and select the out folder generated by the build process.
-
The X/Twitter Auto Unfollower should now be loaded as an unpacked extension in Google Chrome.
Contributions to the Next.js X/Twitter Auto Unfollower are welcome! If you find any issues or have suggestions for improvements, please feel free to open an issue or submit a pull request.
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.