Skip to content

blackscythe123/No-Logs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

12 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ›‘οΈ No Logs - Privacy-First Chrome Extension

License: MIT Chrome Extension Version

🎯 No Logs, Maximum Privacy

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.

✨ Key Features

πŸ”’ Privacy First

  • 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

πŸ›‘οΈ Smart Protection

  • 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

πŸš€ Advanced Features

  • 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

πŸŽ“ Perfect for College Students

  • βœ… 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

πŸ“‹ Installation

For Developers

  1. Clone this repository:

    git clone https://github.com/blackscythe123/No-Logs.git
    cd No-Logs
  2. Load extension in Chrome:

    • Open chrome://extensions/
    • Enable "Developer mode"
    • Click "Load unpacked"
    • Select the extension folder

For End Users

  • Install from Chrome Web Store (coming soon)
  • Or download the latest release from Releases

πŸ—οΈ Project Structure

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

πŸ”§ Development

Prerequisites

  • Chrome Browser (latest version)
  • Basic knowledge of HTML, CSS, JavaScript
  • Understanding of Chrome Extension APIs

Development Setup

  1. Fork this repository
  2. Create a feature branch: git checkout -b feature/your-feature-name
  3. Make your changes and test thoroughly
  4. Commit your changes: git commit -am 'Add your feature'
  5. Push to the branch: git push origin feature/your-feature-name
  6. Submit a Pull Request

Testing

  • Test with different websites and login forms
  • Verify privacy compliance (no data logging)
  • Test all UI states and error handling
  • Ensure cross-browser compatibility

πŸ“Š Technical Specifications

Browser Support

  • Chrome 88+ (Manifest V3)
  • Chromium-based browsers (Edge, Brave, etc.)

Permissions

  • storage - Local credential storage
  • activeTab - Current tab interaction
  • scripting - Content script injection

Privacy Standards

  • 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

🚨 Security Notice

⚠️ Important: This extension stores login credentials locally on your device. While we implement security best practices, always:

  • Use strong, unique passwords
  • Keep your browser updated
  • Don't use on shared/public computers
  • Review source code before installation
  • Report security issues responsibly

🀝 Contributing

We welcome contributions from students and developers! Here's how you can help:

Ways to Contribute

  • πŸ› 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

College Students Special

  • πŸ“– 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

πŸ“„ License

This project is licensed under the MIT License - see the LICENSE file for details.

MIT License Summary

  • βœ… 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!

πŸ™ Acknowledgments

  • 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

πŸ“ž Support

For Students

For Developers

  • πŸ“– Chrome Extension Docs - developer.chrome.com
  • πŸ”§ API Reference - Full Chrome Extension API documentation
  • 🌐 Community - Join Chrome extension developer communities

🌟 Star this Repository!

If you find this extension useful for your studies or projects, please ⭐ star this repository to help other students discover it!

πŸ”„ Recent Updates

  • 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!

GitHub stars GitHub forks GitHub issues GitHub pull requests Last commit

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks