This repository contains the source code for the Arachnid extension.
To download the dist
folder and use the Arachnid extension without going through the full installation process, you can click here to download the latest release as a ZIP file. Once downloaded, extract the contents of the ZIP file and follow the steps mentioned in the "Load the Extension" section to load the extension in your browser.
Alternatively, you can download the source code as a ZIP file by clicking here.
To clone the repository, run the following command:
git clone https://github.com/dragn0id/arachnid
Next, navigate to the project directory and install all the required dependencies:
npm install
To build the project, run the following command:
npm run build
This will generate a dist
folder.
To load the extension, follow these steps:
- Open your browser's extension settings.
- Enable developer mode.
- Click on "Load unpacked" and select the
dist
folder.
The Arachnid extension should now be loaded and ready to use.
Here are some screenshots of the Arachnid extension in action:
Feel free to explore the various features and functionalities of the Arachnid extension!