Session Restore Notification Firefox

Examine source code of Session Restore Notification

Par : Andrei
Inspect and view changes in Session Restore Notification source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Session Restorer",
  "version": "6.1",
  "description": "Уведомление с кнопкой восстановления предыдущей сессии",
  "permissions": [
    "sessions",
    "notifications",
    "tabs"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "web_accessible_resources": [
    {
      "resources": [
        "re_logo.png"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "icons": {
    "96": "re_logo.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "session-restorer-2025@mygenerateddomain.com",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Meilleures alternatives Session Restore Notification

Voici quelques Firefox add-ons qui sont similaires à Session Restore Notification :