favedeck Firefox

Examine source code of favedeck

Por: nedo(xff)
Inspect and view changes in favedeck source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "favedeck",
  "description": "Organize Twitter bookmarks like you do in Pinterest!",
  "version": "0.0.1",
  "icons": {
    "16": "icons/16.png",
    "32": "icons/32.png",
    "64": "icons/64.png",
    "128": "icons/128.png"
  },
  "permissions": [
    "storage",
    "tabs",
    "clipboardWrite"
  ],
  "host_permissions": [
    "*://*.x.com/*",
    "*://*.twitter.com/*"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "img/**"
      ],
      "matches": [
        "*://*/*"
      ]
    },
    {
      "matches": [
        "*://*.twitter.com/*",
        "*://*.x.com/*"
      ],
      "resources": [
        "/content-scripts/esm/*"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "favedeck@nedoxff.marten",
      "data_collection_permissions": {
        "required": [
          "authenticationInfo"
        ]
      }
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "action": {
    "default_title": "favedeck",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.x.com/*"
      ],
      "run_at": "document_start",
      "js": [
        "content-scripts/bippy.js"
      ],
      "world": "MAIN"
    },
    {
      "matches": [
        "*://*.twitter.com/*",
        "*://*.x.com/*"
      ],
      "css": [
        "content-scripts/content.css"
      ],
      "js": [
        "content-scripts/content.js"
      ]
    },
    {
      "matches": [
        "*://*.twitter.com/*",
        "*://*.x.com/*"
      ],
      "run_at": "document_start",
      "js": [
        "content-scripts/messaging.js"
      ]
    }
  ]
}

Melhores alternativas favedeck

Aqui estão algumas Firefox add-ons que são similares a favedeck: