Prayer Times Malaysia by Nazmi version history - 9 versions
Prayer Times Malaysia by Nazmi by Si Kucing
Prayer Times Malaysia by Nazmi version history - 9 versions
Be careful with old versions! These versions are displayed for testing and reference purposes.You should always use the latest version of an add-on.
Latest version
Version 5.0
Released Apr 22, 2026 - 1.17 MBWorks with firefox 58.0 and laterFix major issues with the sync of prayer time which will use incorrect time.Source code released under MIT License
Older versions
Version 4.8
Released Mar 17, 2026 - 1.17 MBWorks with firefox 58.0 and laterHotFix for Unpaused/unmuted tabSource code released under MIT License
Version 4.7
Released Mar 9, 2026 - 1.17 MBWorks with firefox 58.0 and laterFix major issues ( muted tab unmuted )Source code released under MIT License
Version 4.6
Released Mar 5, 2026 - 1.17 MBWorks with firefox 58.0 and laterFixed: Media not resuming after adzan — added tabs.onRemoved listener for reliable detection when adzan tab closes.
Fixed: Duplicate adzan triggering — added ADZAN_TAB_PENDING guard to prevent race conditions.
Fixed: Doa metadata loading hang — added 5s timeout to prevent stuck tabs.
Fixed: Tabs staying muted after errors — reset mutedTabs and pausedTabs each session.
Fixed: Background suspension breaking unmute — replaced setTimeout with browser.alarms.
Fixed: Duplicate adzanFinished messages — refactored handlers and added finish guard.
Fixed: AudioContext memory leak on doa errors — proper cleanup implemented.
Improved: Only track tabs with actual media for resume.
Improved: Cleaner state reset in stopAdzan() to avoid double cleanup.Source code released under MIT License
Version 4.5
Released Feb 23, 2026 - 1.17 MBWorks with firefox 58.0 and later- add fix for background issues
- minor fix to the prayer player
Source code released under MIT License
Version 4.1
Released Feb 21, 2026 - 1.17 MBWorks with firefox 58.0 and laterHotfix to the badge counter and redesign adzan playerSource code released under MIT License
Version 4.0
Released Feb 21, 2026 - 1.17 MBWorks with firefox 58.0 and laterRenew UI based on Ramadan 2026 theme <3Source code released under MIT License
Version 3.2
Released Oct 22, 2025 - 1.17 MBWorks with firefox 58.0 and laterVersion 3.2 - Timing Accuracy & Respect Mode 🕌- Dark Mode Text Visibility: Fixed countdown section text in dark mode
- Changed all countdown section text to white (#ffffff) for better readability
- Includes "Next prayer:", prayer name, time, "Time remaining:", and countdown timer
- Previously used light blue (#64b5f6), now pure white for maximum contrast
- Punctual Reminders: Fixed reminder notifications being 30 seconds late
- Changed minute warning checks from every 1 minute to every 10 seconds
- Reminders now trigger at the exact minute before prayer time
- More accurate 5, 4, 3, 2, and 1 minute warnings
- Precise Adzan Timing: Adzan now plays shortly BEFORE prayer time
- Triggers within 10 seconds before the exact prayer time
- Allows for respect mode preparation period (5-second countdown)
- Ensures adzan begins playing right around prayer time
- Respect Mode Feature: 5-second preparation period before adzan 🤲
- All tabs automatically paused/muted 5 seconds before prayer time
- Shows "🤲 Respect Mode - Preparing..." status
- 5-second countdown (5, 4, 3, 2, 1) displays during preparation
- Creates a moment of silence and respect before the call to prayer
- Adzan begins playing after the 5-second respect period
- Tabs remain paused during adzan and doa playback
- All media resumes after completion
- Perfect synchronization: respect mode + adzan timing = prayer time arrival
Source code released under MIT License
Version 3.1.3
Released Oct 18, 2025 - 1.17 MBWorks with firefox 58.0 and later- Security Enhancement: Fixed unsafe innerHTML assignment in popup.js
- Replaced innerHTML with safe DOM manipulation using textContent and createElement
- Prevents potential XSS (Cross-Site Scripting) vulnerabilities
- Improves performance by avoiding unnecessary HTML parsing
- Clock updates now use direct DOM element manipulation
- Firefox Compliance: Added data_collection_permissions to manifest
- Added browser_specific_settings.gecko.data_collection_permissions property
- Meets Firefox's requirements for built-in data consent
- Set to required: ["none"] to explicitly indicate no data collection
- Ensures compatibility with Firefox submission requirements
Source code released under MIT License