Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bamdadfr/youtube-blacklist--extension
Blacklist channels on YouTube
https://github.com/bamdadfr/youtube-blacklist--extension
browser-extension chrome chrome-extension extension firefox firefox-addon firefox-extension web-extension youtube
Last synced: about 1 month ago
JSON representation
Blacklist channels on YouTube
- Host: GitHub
- URL: https://github.com/bamdadfr/youtube-blacklist--extension
- Owner: bamdadfr
- License: mit
- Created: 2021-08-17T12:51:14.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-03-07T02:00:08.000Z (almost 2 years ago)
- Last Synced: 2024-07-06T09:12:26.246Z (6 months ago)
- Topics: browser-extension, chrome, chrome-extension, extension, firefox, firefox-addon, firefox-extension, web-extension, youtube
- Language: TypeScript
- Homepage: https://github.com/bamdadsabbagh/youtube-blacklist--extension#readme
- Size: 1.85 MB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
![release](https://img.shields.io/github/v/release/bamdadsabbagh/youtube-blacklist--extension)
![license](https://img.shields.io/github/license/bamdadsabbagh/youtube-blacklist--extension)
![maintainability](https://img.shields.io/codeclimate/maintainability/bamdadsabbagh/youtube-blacklist--extension)
![coverage](https://img.shields.io/codeclimate/coverage/bamdadsabbagh/youtube-blacklist--extension)
![snyk](https://img.shields.io/snyk/vulnerabilities/github/bamdadsabbagh/youtube-blacklist--extension)![chrome version](https://img.shields.io/chrome-web-store/v/okkcgfnnaecenbnggbmdmfhpkibmpilp?label=chrome)
![chrome users](https://img.shields.io/chrome-web-store/users/okkcgfnnaecenbnggbmdmfhpkibmpilp)
![chrome rating](https://img.shields.io/chrome-web-store/stars/okkcgfnnaecenbnggbmdmfhpkibmpilp)![firefox version](https://img.shields.io/amo/v/youtube-blacklist?label=firefox)
![firefox users](https://img.shields.io/amo/users/youtube-blacklist)
![firefox rating](https://img.shields.io/amo/stars/youtube-blacklist?label=rating)YouTube Blacklist
![](https://raw.githubusercontent.com/bamdadsabbagh/youtube-blacklist--extension/master/assets/screenshots/screenshot-01.png)
## 📖 Description
Add YouTube channels to your blacklist.
Purge your YouTube of unwanted content.
Import and export with JSON.
## 🚀 Download
[ **Chrome**](https://chrome.google.com/webstore/detail/youtube-blacklist/okkcgfnnaecenbnggbmdmfhpkibmpilp)
[ **Firefox**](https://addons.mozilla.org/firefox/addon/youtube-blacklist/)
## 🖊 Contribute
### Development environment
outputs in `dist`
```bash
# firefox
yarn dev:firefox# chrome
yarn dev:chrome
```### Build environment
outputs in `packages`
```bash
yarn build
```