Skip to content

Autofill Pro v2.5

Choose a tag to compare

@bdyusuf2016 bdyusuf2016 released this 21 Jul 07:34
· 20 commits to main since this release

Autofill Pro v2.5 - Release Notes πŸš€

🏷️ Release Details

  • Tag Version: v2.5
  • Release Title: Autofill Pro v2.5
  • Target Branch: main

⚑ What's New in Version 2.5

1. πŸ”„ Existing Profile Overwrite & Merge Options

  • Profile Selector: When capturing fields from web forms, you can now choose to save them as a new profile or apply them directly to an existing profile.
  • Intelligent Merging: Pick Merge to update existing matching fields and add newly captured ones, preserving your profile structure.
  • Complete Overwrite: Pick Overwrite to replace all fields of the target profile with the newly captured fields.

πŸ“Έ 2. Visual Point-and-Click Form Capture

  • Interactive Element Selector: Launch visual capture from the popup or options page to hover-highlight elements and record input fields, checkboxes, radios, and selects on click.
  • Automatic Selector Resolution: Automatically generates exact CSS Selectors and XPaths to resolve complex or hidden elements.

πŸ” 3. Client-Side End-to-End Encryption (E2EE)

  • Local Encryption: Secures your database sync payloads. Data is encrypted using AES-GCM 256-bit locally inside your browser before upload.
  • Key Derivation (PBKDF2): Derives keys securely from your private Master Password using PBKDF2 (100,000 iterations + SHA-256).

☁️ 4. Firebase Cloud Sync Integration

  • Cross-device Syncing: Replaced database sync mechanisms with always-on Firebase Realtime Database.
  • Zero-Knowledge Backup: Your cloud backups are fully encrypted when client-side encryption is enabled.

🎯 5. Custom CSS & XPath Matching

  • Configure form fields to match by precise CSS Selectors or XPaths directly in the updated profile editor.

πŸ‡§πŸ‡© 6. Teletalk Portal Optimizations

  • Captcha Visual Highlights: Identifies captcha inputs on *.teletalk.com.bd domains, programmatically focusing them and overlaying a glowing animated orange border.

πŸ“¦ Installation Instructions

  1. Download the autofill-pro-v2.5.zip archive attached below.
  2. Extract the zip file contents to a local folder.
  3. Open Google Chrome and go to chrome://extensions/.
  4. Turn on Developer mode (top-right toggle).
  5. Click Load unpacked (top-left button) and select your extracted folder.
  6. Rename firebase-config.example.js to firebase-config.js and add your Firebase credentials (API Key and Database URL). Register an account and sync!