EverSync - Sync bookmarks, backup your favorites. Firefox

Examine source code of EverSync - Sync bookmarks, backup your favorites.

Inspect and view changes in EverSync - Sync bookmarks, backup your favorites. source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "EverSync - Sync bookmarks, backup favorites",
  "description": "Synchronize your bookmarks. Secure online access. Backup, restore your bookmarks. Sync favorites between computers",
  "default_locale": "en",
  "manifest_version": 2,
  "short_name": "bookmarks",
  "version": "20.3.2",
  "options_ui": {
    "page": "options.html"
  },
  "background": {
    "page": "background.html"
  },
  "browser_action": {
    "default_icon": "images/icons/24x24.png",
    "default_popup": "popup.html",
    "default_title": "FVD Synchronizer"
  },
  "content_scripts": [
    {
      "all_frames": true,
      "js": [
        "/js/content-scripts/everhelper.js"
      ],
      "matches": [
        "*://everhelper.pro/*",
        "*://*.everhelper.pro/*",
        "*://everhelper.local/*",
        "*://nimbustest.com/*"
      ],
      "run_at": "document_start"
    }
  ],
  "content_security_policy": "script-src 'self'; object-src 'self'",
  "icons": {
    "16": "images/icons/16x16.png",
    "24": "images/icons/24x24.png",
    "32": "images/icons/32x32.png",
    "48": "images/icons/48x48.png",
    "64": "images/icons/64x64.png",
    "128": "images/icons/128x128.png"
  },
  "permissions": [
    "bookmarks",
    "tabs",
    "history",
    "management",
    "unlimitedStorage",
    "<all_urls>",
    "cookies"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "fvdmedia@gmail.com"
    }
  }
}

Best EverSync - Sync bookmarks, backup your favorites. Alternatives

Here are some Firefox add-ons that are similar to EverSync - Sync bookmarks, backup your favorites.: