Povijest verzija dodatka Anti-Phishing – 3 verzije
Anti-Phishing Autor: Vishnu
Povijest verzija dodatka Anti-Phishing – 3 verzije
Oprez sa starim verzijama! Ove se verzije prikazuju u svrhu testiranja i referenci.Uvijek koristiti najnoviju verziju dodatka.
Najnovija verzija
Verzija 1.1.2
Objavljeno 15. stu. 2025 – 116,1 KBRadi s firefox 58.0 i novije verzijeWhat's Changed- Fix: valid domain extraction, input field width increased, Fixes #2 by @Vishnu19091 in https://github.com/Vishnu19091/Phishing_Detection_Extension/pull/4
- Branch dev: Fixes #5 by @Vishnu19091 in https://github.com/Vishnu19091/Phishing_Detection_Extension/pull/9
- Fixed #7, #3: Unresponsive Extension pages UI & Pop-up Window Status Indicator by @Vishnu19091 in https://github.com/Vishnu19091/Phishing_Detection_Extension/pull/8
- Add: Indicator for presence of IP address in current tab URL, Closes #13 by @Vishnu19091 in https://github.com/Vishnu19091/Phishing_Detection_Extension/pull/15
- Added new Branch: Test by @Vishnu19091 in https://github.com/Vishnu19091/Phishing_Detection_Extension/pull/17
- Merge request(main <- dev): report bug button && Added Missing Dependency to package.json by @Vishnu19091 in https://github.com/Vishnu19091/Phishing_Detection_Extension/pull/18
- Merge request(main <- dev) by @Vishnu19091 in https://github.com/Vishnu19091/Phishing_Detection_Extension/pull/20
Full Changelog: https://github.com/Vishnu19091/Phishing_Detection_Extension/compare/v1.1.1...v1.1.2Izvorni kod je objavljen pod licencom Mozilla javna licenca 2.0
Starije verzije
Verzija 1.1.1
Objavljeno 19. lis. 2025 – 142,14 KBRadi s firefox 58.0 i novije verzijeRelease Note - v1.1.1
Release Date: October 2025
Type: Maintenance Update
Added Pages- About Page
- Test Page
🧠 About Page- Information about the extension.
- Current features of the extension.
- Permissions used by the extension.
- Link to repository & Current version extension.
🧪 Test Page- Added step-by-step instructions to test the extension.
- Few test links were provided to validate detection & blocking.
📦 Changelog Summary
| Type | Description |
| :-----: | :-----------------------------------: |
| Feature | About & Test Pages Added |
| Fix | File and folder Structure reorganized |
| Improve | Minor Styling and layout improvements |
Contributor
<img src="https://wsrv.nl/?url=github.com/Vishnu19091.png?w=64&h=64&mask=circle&fit=cover&maxage=1w" width="32" height="32" alt="Vishnu19091" />Izvorni kod je objavljen pod licencom Mozilla javna licenca 2.0
Verzija 1.1.0
Objavljeno 7. lis. 2025 – 82,2 KBRadi s firefox 58.0 i novije verzije🚀 Anti-Phishing Extension v1.1.0
Release Date: October 2025A major update improving real-time phishing detection, network monitoring, and user control over blocked domains.
🆕 New Features
⚙️ Custom Domain Blocking- Users can now manually block domains using the new Options Page.
- These blocked URLs are stored in the browser’s local storage for persistent, personalized control.
- Background scripts automatically prevent these sites from loading.
🌐 Network Request Logger- Added a real-time network logger that tracks up to 200 recent requests made by the browser.
- All request details (method, timestamp, IP, initiator, etc.) are stored in extension storage for quick access.
- Logged data can be accessed from the popup interface.
🔒 Google Safe Browsing (GSB) Integration- The extension now communicates with a Node.js backend to securely check URLs using the Google Safe Browsing API.
- URLs detected as unsafe or malicious are automatically blocked before they load in the browser.
- Introduced custom redirection to a blocked.html page that informs users about the threat.
🧠 Smarter Background Logic- Background scripts (web-ext) use caching to avoid redundant API calls.
- Improved domain parsing and filtering (detects suspicious domains, subdomains, and IPs).
- Added structured message communication between popup and background scripts.
🎨 UI / UX Improvements- Revamped popup layout for better clarity and responsiveness.
- Added smooth transitions and animations using TailwindCSS.
- Introduced a clean, minimal blocked page design with contextual information.
- Improved readability and feedback indicators for the URL status section.
🧰 Technical Improvements- Asynchronous WebRequest handling with better performance and lower blocking delay.
- Implemented modular code structure (background, rules, and UI scripts).
- Enhanced manifest and permission handling for better compatibility.
- Organized resource structure for easier future maintenance.
🐞 Bug Fixes- Fixed redirection issue where blocked.html wasn’t loading on certain domains.
- Fixed tab change event inconsistencies.
- Corrected URL parsing logic for hostname extraction.
- Resolved timing conflicts between tab update and webRequest events.
📦 Changelog Summary
| Type | Description |
| :---------: | :-----------------------------------------: |
| Feature | GSB API Integration with proxy server |
| Feature | User-managed domain blocking |
| Feature | Network request logger |
| Improvement | Enhanced background caching and URL parsing |
| Fix | Blocked page redirect issue |
| Fix | Tab URL event synchronization |Izvorni kod je objavljen pod licencom Mozilla javna licenca 2.0