ViewPilot Firefox

Examine source code of ViewPilot

제작자: Gil-jun
Inspect and view changes in ViewPilot source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "__MSG_extName__",
  "description": "__MSG_extDescription__",
  "version": "1.0.0",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "default_locale": "en",
  "permissions": [
    "tabs",
    "storage",
    "activeTab",
    "scripting",
    "contextMenus",
    "cookies",
    "https://github.com/*",
    "https://api.github.com/*",
    "https://api.githubcopilot.com/*",
    "<all_urls>"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://github.com/login/device*"
      ],
      "js": [
        "content-device.js"
      ],
      "run_at": "document_idle"
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content-scripts/content.js"
      ]
    }
  ],
  "sidebar_action": {
    "default_panel": "sidepanel.html",
    "default_title": "ViewPilot"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "viewpilot@bymebyu.com",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_title": "ViewPilot",
    "default_popup": "popup.html"
  }
}

최고의 ViewPilot 대안

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