Auto Delete Inactive Bookmarks Firefox

Examine source code of Auto Delete Inactive Bookmarks

Inspect and view changes in Auto Delete Inactive Bookmarks source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Auto Delete Inactive Bookmarks",
  "version": "1.1",
  "description": "Exclui favoritos inativos de pastas selecionadas apos um periodo de tempo configuravel.",
  "permissions": [
    "bookmarks",
    "history",
    "storage",
    "alarms"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_title": "Auto Delete Bookmarks"
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "icons": {
    "48": "icon.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{bff7fc63-b01d-4af9-b525-7da74212dabc}"
    }
  }
}

Best Auto Delete Inactive Bookmarks Alternatives

Here are some Firefox add-ons that are similar to Auto Delete Inactive Bookmarks: