No Logs is a privacy-focused Chrome extension that provides secure automatic login functionality without storing any logs or tracking user activity. Built for students and privacy-conscious users who want convenience without compromising security.
- Zero Logging - No user activity is logged or tracked
- Local Storage Only - Credentials stored locally on your device
- No Data Collection - Extension doesn't collect or transmit personal data
- Open Source - Full code transparency for security audit
- URL-Based Protection - Prevents infinite login loops
- Self-Healing Mechanisms - Automatic recovery from failed attempts
- Session Detection - Smart detection of existing login sessions
- Manual Override - User control with manual retry options
- Auto-Refresh After Updates - Seamless credential testing
- Always Editable Credentials - Update stored credentials anytime
- Professional UI - Clean, intuitive interface
- Multi-State Management - Handles all login scenarios intelligently
- β LMS Integration - Works with college Learning Management Systems
- β Multiple Accounts - Support for switching between accounts
- β Privacy Compliant - Meets educational privacy standards
- β No Tracking - Safe for academic use
- β Free & Open Source - No licensing fees for educational use
-
Clone this repository:
git clone https://github.com/blackscythe123/No-Logs.git cd No-Logs -
Load extension in Chrome:
- Open
chrome://extensions/ - Enable "Developer mode"
- Click "Load unpacked"
- Select the extension folder
- Open
- Install from Chrome Web Store (coming soon)
- Or download the latest release from Releases
No-Logs/
βββ manifest.json # Extension configuration
βββ content.js # Main login logic
βββ popup.html # User interface
βββ popup.js # Popup functionality
βββ background.js # Background processes
βββ icons/ # Extension icons
β βββ icon16.png
β βββ icon32.png
β βββ icon48.png
β βββ icon128.png
βββ README.md # This file
- Chrome Browser (latest version)
- Basic knowledge of HTML, CSS, JavaScript
- Understanding of Chrome Extension APIs
- Fork this repository
- Create a feature branch:
git checkout -b feature/your-feature-name - Make your changes and test thoroughly
- Commit your changes:
git commit -am 'Add your feature' - Push to the branch:
git push origin feature/your-feature-name - Submit a Pull Request
- Test with different websites and login forms
- Verify privacy compliance (no data logging)
- Test all UI states and error handling
- Ensure cross-browser compatibility
- Chrome 88+ (Manifest V3)
- Chromium-based browsers (Edge, Brave, etc.)
storage- Local credential storageactiveTab- Current tab interactionscripting- Content script injection
- No remote servers - Everything runs locally
- No analytics - Zero tracking or usage statistics
- No external requests - Extension doesn't communicate with external services
- Encrypted storage - Credentials stored securely in Chrome's local storage
- Use strong, unique passwords
- Keep your browser updated
- Don't use on shared/public computers
- Review source code before installation
- Report security issues responsibly
We welcome contributions from students and developers! Here's how you can help:
- π Bug Reports - Found an issue? Create an issue with details
- π‘ Feature Requests - Have an idea? Share it in discussions
- π§ Code Contributions - Submit pull requests for improvements
- π Documentation - Help improve README, comments, or guides
- π§ͺ Testing - Test with different websites and report feedback
- π Learning Project - Use this for learning Chrome extension development
- π Final Year Projects - Build upon this for your academic projects
- π₯ Group Projects - Perfect for collaborative development learning
- π Research - Study privacy-preserving browser extensions
This project is licensed under the MIT License - see the LICENSE file for details.
- β Commercial use - Can be used in commercial projects
- β Modification - Can be modified and improved
- β Distribution - Can be shared and distributed
- β Private use - Can be used for personal projects
- β No warranty - Provided "as is" without warranty
Perfect for college use - Students can use, modify, and learn from this code freely!
- Built with privacy and education in mind
- Inspired by the need for secure, local-first browser extensions
- Thanks to the open-source community for tools and inspiration
- Special thanks to college students who provided feedback and testing
- π¬ GitHub Discussions - Ask questions and share ideas
- π Issues - Report bugs or request features
- π§ Email - simiyonvinscentsamuel2470059@ssn.edu.in
- π Chrome Extension Docs - developer.chrome.com
- π§ API Reference - Full Chrome Extension API documentation
- π Community - Join Chrome extension developer communities
If you find this extension useful for your studies or projects, please β star this repository to help other students discover it!
- v2.0.0 - Production ready with privacy-first approach
- v1.5.0 - Added auto-refresh after credential updates
- v1.0.0 - Initial release with URL-based protection
Made with β€οΈ for students who value privacy and smart automation!