my_term_ptt_pic_display_plugin Firefox

Examine source code of my_term_ptt_pic_display_plugin

By: 羽山
Inspect and view changes in my_term_ptt_pic_display_plugin source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "my_term_ptt_pic_display_extension",
  "manifest_version": 2,
  "author": "羽山秋人 (https://3wa.tw)",
  "version": "0.3.5",
  "description": "用 brave 或 chrome 連 ptt 時,滑鼠移到 link 可以直接顯示圖片或影片",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "content_security_policy": "script-src 'self'; object-src 'self'",
  "permissions": [
    "activeTab",
    "https://term.ptt.cc/*",
    "https://www.ptt.cc/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "https://term.ptt.cc/*",
        "https://www.ptt.cc/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{f624fced-47be-4582-a02f-ab71f300bea9}"
    }
  }
}

Best my_term_ptt_pic_display_plugin Alternatives

Here are some Firefox add-ons that are similar to my_term_ptt_pic_display_plugin: