Bookmark Manager Zero Logo

Bookmark Manager Zero

A modern, privacy-focused interface for managing your Firefox bookmarks.

Version License Firefox


Get the Addon

Overview

Bookmark Manager Zero is a Firefox extension that provides a beautiful, feature-rich sidebar interface for managing your native Firefox bookmarks. It works directly with the bookmarks already built into your browser, with optional cloud sync via GitLab Snippets for backup and cross-device synchronization.

Changes sync bi-directionally and instantly: any edits made in Bookmark Manager Zero immediately appear in Firefox's native bookmark system, and vice versa. Don't worry about accidental changes—the built-in undo feature and a changelog in the settings let you quickly restore recently deleted renamed, or moved bookmarks and folders

It enhances your bookmark management experience with modern UI, advanced search, safety checking, and intelligent organization tools while keeping your data exactly where it belongs: in Firefox.

Why Bookmark Manager Zero?

The only bookmark manager with integrated security scanning.

Other bookmark tools make you choose between organization OR security. Bookmark Manager Zero combines both:

Feature Bookmark Manager Zero Bookmarks clean up Bookmarks Organizer Malware & URL Scanner
Modern bookmark UI
Dead link detection
Parked domain detection
Multi-source malware scanning
Safety indicators on bookmarks
Suspicious pattern detection
No tracking/analytics
Website previews
Free (no premium upsell)

Stop blindly clicking old bookmarks. Know which links are dead, parked, or potentially dangerous before you visit them.

Screenshots

Gallery (Click to view full size)

Screenshot 1 Screenshot 2 Screenshot 3
Screenshot 4 Screenshot 5 Screenshot 6
Screenshot 7 Screenshot 8 Screenshot 9

Click any image to view full resolution. All screenshots show the extension running in Firefox.

Features

Core Functionality

Organization & Search

Link & Safety Checking

Privacy & Security

User Experience

Advanced Features

Installation

From Mozilla Add-ons (Recommended)

Now officially available! Install directly from the Mozilla Add-ons store for automatic updates and seamless integration.

Install from Mozilla Add-ons →

This is the easiest and most secure installation method. Updates will be delivered automatically through Firefox.

From Source Code (Development)

For development or testing purposes. Note: This method requires re-adding the extension every time Firefox closes.

  1. Clone this repository:
    git clone https://gitlab.com/AbsoluteXYZero/BMZ-Firefox.git
    
  2. Open Firefox and navigate to about:debugging
  3. Click "This Firefox" → "Load Temporary Add-on"
  4. Select manifest.json from the cloned directory

Getting Started

Bookmark Manager Zero offers two ways to use the extension:

Option 1: Native Bookmarks Mode (Default)

Just install and start using! All features work immediately with your existing Firefox bookmarks.

Option 2: GitLab Sync Mode (Optional)

Add cloud backup and cross-device synchronization to your bookmarks:

  1. Create a free GitLab account and generate a Personal Access Token (PAT):

  2. Configure Gitlab integration in the extension:

  3. Your bookmarks sync automatically:

Adding Sync to Existing Bookmarks

Already using the extension? Add GitLab sync anytime:

  1. Click the GitLab icon or settings (gear icon) → GitLab Snippet Sync

  2. Enter your GitLab Personal Access Token

  3. Choose your setup option:

  4. If you have local bookmarks, you'll see a dialog with 3 options:

  5. After connecting, manual sync button options:

Token Tips

Keyboard Shortcuts

Navigation (when item selected)

Privacy

Bookmark Manager Zero respects your privacy:

See PRIVACY.md for complete privacy policy.

External Services (Optional)

The extension can optionally use external services for enhanced features. All can be disabled in settings:

Default Services (can be disabled)

User-Configured Services (require API keys)

All external service usage is disclosed in PRIVACY.md.

Important Notice: GitLab API Usage

How GitLab Snippets Are Used:

API Usage Considerations:

Best Practices:

How Link & Safety Checking Works

This section provides technical details on how the extension determines link status and safety for anyone interested in the methodology.

Link Status Checking

The extension checks if bookmark URLs are still accessible and categorizes them as Live, Dead, or Parked.

Detection Method

  1. Initial Domain Check: The URL's domain is first checked against a list of 22+ known domain parking services:

  2. HTTP HEAD Request: A lightweight HEAD request is sent with CORS mode to track redirects (10-second timeout)

  3. Redirect Detection: If the URL redirects to a different domain, the final destination is checked against parking domain lists

  4. Response Interpretation:

  5. Fallback Strategy: If HEAD fails, a GET request is attempted with the same redirect detection logic

Performance & Rate Limiting

Optimized Batch Processing:

Smart Timeout Strategy:

Network Protection:

Expected Performance:

Why These Settings:

Caching

Results are cached locally for 7 days to minimize network requests.

Privileged URLs (Browser Internal Pages)

Certain URL schemes are recognized as browser internal pages and are automatically marked as trusted without scanning:

Visual Indicators:

These URLs are inherently safe and don't require HTTP status checks or security scanning.


Safety Checking

The extension checks URLs against multiple threat databases to identify malicious, phishing, or scam websites.

Phase 1: Blocklist Lookup (Free, No API Key Required)

URLs are checked against ten community-maintained blocklists with dual URLhaus coverage:

Source Type Description Entries
URLhaus (Active) Malware URLs Official abuse.ch list - actively distributing malware (updated every 5 min) ~107K
URLhaus (Historical) Malware Domains Historical threats via CDN mirror (updated every 12 hours) ~37K
BlockList Project - Malware Malware Domains Community-maintained malware domain list ~300K
BlockList Project - Phishing Phishing Domains Known phishing sites ~214K
BlockList Project - Scam Scam Domains Known scam websites ~112K
HaGeZi TIF Threat Intel Feeds Comprehensive malware, phishing, and scam domains 608K
Phishing-Filter Phishing URLs Aggregated phishing database from OpenPhish & PhishTank ~21K
OISD Big Multi-source Comprehensive blocklist aggregator covering malware, ads, trackers ~215K
FMHY Filterlist Unsafe Sites Fake activators, malware distributors, unsafe download sites ~282
Dandelion Sprout Anti-Malware Anti-Malware Curated malware, scam, and phishing domains ~5K

Total Coverage: ~1.36M unique malicious domains after deduplication

Implementation Details:

Trusted Domain Exceptions:
To prevent false positives, certain well-known trusted platforms are exempted from local blocklist checks (but still scanned by API-based services):

These domains bypass URLhaus and other local blocklists but are still checked by Google Safe Browsing, Yandex, and VirusTotal if API keys are configured.

Phase 2: Google Safe Browsing (Optional, Requires API Key)

If configured, URLs are checked against Google's threat database:

Phase 3: Yandex Safe Browsing (Optional, Requires API Key)

If configured, provides geographic threat diversity:

Phase 4: VirusTotal (Optional, Requires API Key)

If configured, URLs are submitted to VirusTotal's multi-engine scanner:

  1. URL is submitted for analysis
  2. Results are retrieved after 2 seconds
  3. 70+ antivirus engines analyze the URL

Threat Determination:

Rate Limit: 500 requests/day, 4 requests/minute (free tier)

Phase 5: Suspicious Pattern Detection

The URL is analyzed for suspicious patterns (scanning continues regardless of previous results):

Pattern Detection Result
HTTP Only (Unencrypted) URL uses http:// and doesn't redirect to HTTPS Warning
HTTP Only (redirects to HTTPS) URL uses http:// but site redirects to HTTPS Warning (informational)
URL Shortener Domain is bit.ly, tinyurl.com, t.co, etc. (18+ services) Warning
Suspicious TLD Domain ends in .xyz, .top, .tk, .ml, .ga, .cf, .gq, .cc, etc. (30+ TLDs) Warning
IP Address URL uses IP address instead of domain name (IPv4 or IPv6) Warning

Note: Multiple patterns can be detected simultaneously (e.g., HTTP + Suspicious TLD).

Final Status Determination

Scanning Methodology: All layers are checked sequentially, and results are aggregated. The extension does NOT stop at the first flag—it continues through all enabled layers to provide comprehensive threat intelligence.

Check Result Final Status Priority
Blocklist match (any source) Unsafe (red shield) Highest
Google Safe Browsing match Unsafe (red shield) Highest
Yandex Safe Browsing match Unsafe (red shield) Highest
VirusTotal 2+ malicious Unsafe (red shield) Highest
VirusTotal 1 malicious or 2+ suspicious Warning (yellow shield) Medium
Suspicious patterns found Warning (yellow shield) Medium
All checks pass Safe (green shield) Normal

Multi-Source Attribution: Tooltips display all sources that flagged a URL (e.g., "Detected by: URLhaus, Google Safe Browsing, Suspicious TLD"). This provides transparency and helps identify false positives.

Caching & Privacy


Whitelisting

Users can whitelist specific URLs to:

Permissions

Required Permissions

Development

Project Structure

Key Technologies

Security

Security Features

Reporting Security Issues

Please report security vulnerabilities via GitLab Issues (mark as security issue).

License

MIT License - see LICENSE file for details.

Support

Acknowledgments

Design & Platform

Security & Malware Detection

Services

Special thanks to the security research community for maintaining free, public malware databases that help keep users safe.


Made with ❤️ for Firefox users who love organized bookmarks