This extension is a project developed using Plasmo React and TypeScript that allows users to restore the original Twitter logo on the X website.
To use the Plasmo Chrome Extension, follow these steps:
-
Clone the Repository: Start by cloning this GitHub repository to your local machine using the following command:
git clone https://github.com/corentinleberre/hiver.git
-
Navigate to the Directory: Change your working directory to the cloned repository folder:
cd hiver
-
Install Dependencies: Install the required dependencies using a package manager of your choice. For example, if you're using npm:
npm install
-
Build the Extension: Build the extension using the build script:
npm run build
-
Load the Extension in Chrome:
- Open Google Chrome.
- Visit
chrome://extensions/
. - Enable "Developer mode" using the toggle switch at the top right corner.
- Click on "Load unpacked" and select the
build
directory from your cloned repository.
-
Enable the Extension: Once loaded, you should see the Plasmo Twitter Logo Restorer extension in your Chrome extensions. Make sure it's enabled.
This project is licensed under the MIT License.