A Chrome extension that helps you focus on meaningful content by removing distracting elements from social media platforms (YouTube, Instagram, Twitter).
This extension helps you regain control over your social media experience by:
Currently supports:
git clone https://github.com/yourusername/Social-Media-Signal-Maximizer.git
npm install
npm run build
chrome://extensions/
dist
directoryThis project uses:
├── dist/ # Bundled extension files
├── images/ # Extension icons
├── popup/ # Extension popup interface
├── scripts/ # Platform-specific content scripts
│ ├── youtube/ # YouTube features
│ ├── instagram/ # Instagram features
│ └── twitter/ # Twitter features
└── manifest.json # Extension manifest
npm run build # Production build
npm run dev # Development build with watch
Contributions are welcome! Please feel free to submit a Pull Request.
git checkout -b feature/AmazingFeature
)git commit -m 'Add some AmazingFeature'
)git push origin feature/AmazingFeature
)This project is licensed under the MIT License - see the LICENSE file for details.