An open API service indexing awesome lists of open source software.

https://github.com/kentlouisetonino/features-eradicator

A chrome extension that hides some features of social media platform.
https://github.com/kentlouisetonino/features-eradicator

chrome-extension nodejs typescript

Last synced: 4 months ago
JSON representation

A chrome extension that hides some features of social media platform.

Awesome Lists containing this project

README

        

## $\textnormal{Features Eradicator}$

> - A chrome extension that hides some features of social media platform.

> - Supported functionalities. By default the features are hidden.


| `Supported Functionalities` | `Implemented` |
| --------------------------- | ----------- |
| `LinkedIn Feeds` | ✅ |
| `...` | `...` |




## $\textnormal{Setup}$

> - Required `Node v20`.

> - Clone the repostiory.

```sh
git clone [email protected]:kentlouisetonino/features-eradicator.git
```


> - Run the following commands.

```sh
# Go to the project directory.
cd features-eradicator

# Install the packages.
yarn install

# Build the distribution.
yarn build
```


> - Upload to the extension.

```plaintext
Step 1: Go to the extensions page.
chrome://extensions/
brave://extensions/

Step 2: Turn on the developer mode.

Step 3: Click the "Load Unpacked" and Choose the "features-eradicator" directory.
```