X Bookmarks Categorizer Firefox

Examine source code of X Bookmarks Categorizer

Inspect and view changes in X Bookmarks Categorizer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "X Bookmarks Categorizer",
  "version": "1.0.0",
  "description": "Automatically sorts your X (Twitter) bookmarks into categories so you can actually find them again.",
  "permissions": [
    "storage",
    "activeTab",
    "scripting"
  ],
  "host_permissions": [
    "https://x.com/*",
    "https://twitter.com/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://x.com/i/bookmarks/*",
        "https://x.com/i/bookmarks",
        "https://twitter.com/i/bookmarks/*",
        "https://twitter.com/i/bookmarks"
      ],
      "js": [
        "storage.js",
        "content-script.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "action": {
    "default_popup": "popup.html",
    "default_title": "X Bookmarks Categorizer",
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "x-bookmarks-categorizer@12507",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best X Bookmarks Categorizer Alternatives

Here are some Firefox add-ons that are similar to X Bookmarks Categorizer: