pipe Firefox

Examine source code of pipe

제작자: Rafael Takahashi Add-on
Inspect and view changes in pipe source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "pipe",
  "version": "2.0",
  "icons": {
    "32": "icons/pipe-logo.svg",
    "64": "icons/pipe-logo.svg"
  },
  "permissions": [
    "storage"
  ],
  "action": {
    "default_popup": "popup/popup.html",
    "default_title": "pipe"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.youtube.com/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_start"
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "@pipe",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

최고의 pipe 대안

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