https://github.com/hdevlinz/affiliate-chrome-extension
https://github.com/hdevlinz/affiliate-chrome-extension
chrome-extension crawler tiktok
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hdevlinz/affiliate-chrome-extension
- Owner: hdevlinz
- Created: 2025-02-19T14:48:21.000Z (about 1 year ago)
- Default Branch: develop
- Last Pushed: 2025-05-14T03:52:36.000Z (12 months ago)
- Last Synced: 2025-05-14T04:59:17.928Z (12 months ago)
- Topics: chrome-extension, crawler, tiktok
- Language: TypeScript
- Homepage:
- Size: 363 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Affiliate Chrome Extension
A Chrome extension for crawling affiliate data.
## Download
You can download the latest version of the extension from the [Releases](https://github.com/hdevlinz/affiliate-chrome-extension/releases) page.
> [!NOTE]
> Make sure to download the correct version for your browser and follow the installation instructions provided.
## Development
To start development, install dependencies and run the development server:
```sh
pnpm install
pnpm run dev
```
> [!NOTE]
> It is recommended to install dependencies using `pnpm` instead of `npm`.
> Node version >= 14.18.0
## Usage
### Build the Extension
To build the extension, run:
```sh
pnpm run build
```
> [!NOTE]
> When the build is complete, the `build` directory will be created in the root of the project.
To create a zip file for distribution:
```sh
pnpm run zip
```
> [!NOTE]
> The resulting zip file will be created in the `package` directory when the command completes.
### Load the Extension in Chrome
1. Open Chrome and navigate to `chrome://extensions/`
2. Enable "Developer mode" by toggling the switch in the top right corner
3. Click on "Load unpacked" and select the `build` directory or zip file in `package` directory
4. Pin the extension to the toolbar for easy access (or press Alt + A)