Copy Youtube Transcript Firefox

Examine source code of Copy Youtube Transcript

Par : Junuw Add-on
Inspect and view changes in Copy Youtube Transcript source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "action": {
    "default_icon": {
      "16": "images/icon16.png",
      "32": "images/icon32.png",
      "48": "images/icon48.png",
      "128": "images/icon128.png"
    },
    "default_popup": "popup.html",
    "default_title": "__MSG_copyTranscript__"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "js": [
        "shared/formatting.js",
        "content.js"
      ],
      "matches": [
        "https://www.youtube.com/watch*",
        "https://www.youtube.com/shorts*",
        "*://*.youtube.com/*"
      ],
      "run_at": "document_idle"
    }
  ],
  "default_locale": "en",
  "description": "__MSG_extensionDescription__",
  "host_permissions": [
    "https://*/*",
    "http://*/*",
    "https://cyt.hamzaw.com/*",
    "https://www.youtube.com/*"
  ],
  "icons": {
    "16": "images/icon16.png",
    "32": "images/icon32.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "manifest_version": 3,
  "name": "__MSG_extensionName__",
  "permissions": [
    "activeTab",
    "scripting",
    "storage",
    "alarms",
    "declarativeNetRequest"
  ],
  "version": "1.6.0",
  "sidebar_action": {
    "default_panel": "sidepanel/sidepanel.html",
    "open_at_install": false
  },
  "declarative_net_request": {
    "rule_resources": [
      {
        "id": "modifyHeaders",
        "enabled": true,
        "path": "rules.json"
      }
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{28d30aee-bdfb-4824-90f9-9029f37a2b25}",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Meilleures alternatives Copy Youtube Transcript

Voici quelques Firefox add-ons qui sont similaires à Copy Youtube Transcript :