Export Twitter Bookmarks

Export Twitter Bookmarks

1-Click export for ALL your twitter bookmarks

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "__MSG_appName__",
  "version": "1.3.6",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "permissions": [
    "webRequest",
    "storage",
    "unlimitedStorage"
  ],
  "background": {
    "service_worker": "background.9daf88e8.js"
  },
  "host_permissions": [
    "https://twitter.com/*",
    "https://x.com/*"
  ],
  "action": {},
  "icons": {
    "128": "icon128.26b780a2.png"
  },
  "content_scripts": [
    {
      "js": [
        "content.0c321b8a.js"
      ],
      "run_at": "document_start",
      "matches": [
        "https://twitter.com/*",
        "https://x.com/*"
      ],
      "css": []
    }
  ]
}