AT Protocol Handler Firefox

Examine source code of AT Protocol Handler

제작자: corkiejp Add-on
Inspect and view changes in AT Protocol Handler source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "AT Protocol Handler",
  "version": "1.1.4",
  "description": "AT Protocol utilities: handle tools, post filtering, PDS info.",
  "action": {
    "default_popup": "inst.html"
  },
  "permissions": [
    "tabs",
    "clipboardRead",
    "storage"
  ],
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "host_permissions": [
    "https://bsky.app/*",
    "https://deer.social/*",
    "https://klearsky.pages.dev/*",
    "https://wsocial.eu/*",
    "https://mu.social/*",
    "https://blacksky.community/*",
    "https://northsky.app/*"
  ],
  "omnibox": {
    "keyword": "at"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://wsocial.eu/*",
        "https://bsky.app/*",
        "https://mu.social/*",
        "https://deer.social/*",
        "https://blacksky.community/*",
        "https://northsky.app/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    },
    {
      "matches": [
        "https://pdsls.dev/*"
      ],
      "js": [
        "pdsls-editor.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "corkiejp@gmail.com",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "optional": []
      }
    },
    "gecko_android": {
      "strict_min_version": "142.0"
    }
  }
}

최고의 AT Protocol Handler 대안

다음은 AT Protocol Handler과(와) 유사한 Firefox add-on입니다: