Ebutia Firefox

Examine source code of Ebutia

提供元: Omar
Inspect and view changes in Ebutia source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Ebutia",
  "version": "1.0.1",
  "description": "Summarize YouTube videos made easy, using your favorite AI chatbots",
  "icons": {
    "16": "public/icons/ebutia-16.png",
    "48": "public/icons/ebutia-48.png",
    "128": "public/icons/ebutia-128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "ebutia@add-on",
      "strict_min_version": "112.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    },
    "gecko_android": {
      "strict_min_version": "112.0"
    }
  },
  "action": {
    "default_popup": "src/pages/popup/index.html",
    "default_icon": {
      "16": "public/icons/ebutia-16.png",
      "48": "public/icons/ebutia-48.png",
      "128": "public/icons/ebutia-128.png"
    }
  },
  "sidebar_action": {
    "default_panel": "src/pages/sidepanel/index.html",
    "default_icon": "public/icons/ebutia.png",
    "default_title": "Ebutia",
    "open_at_install": false
  },
  "permissions": [
    "storage",
    "activeTab",
    "contextMenus",
    "declarativeNetRequestWithHostAccess"
  ],
  "declarative_net_request": {
    "rule_resources": [
      {
        "id": "ruleset_1",
        "enabled": true,
        "path": "rules.json"
      }
    ]
  },
  "host_permissions": [
    "https://www.youtube.com/*",
    "https://www.perplexity.ai/*",
    "https://copilot.microsoft.com/*",
    "https://lumo.proton.me/*",
    "https://chatgpt.com/*",
    "https://gemini.google.com/*",
    "https://duckduckgo.com/*",
    "https://duck.ai/*",
    "https://grok.com/*",
    "https://chat.mistral.ai/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "type": "module"
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.youtube.com/*"
      ],
      "js": [
        "browser-polyfill.js",
        "contentScript.js"
      ],
      "css": [
        "assets/content.css"
      ],
      "run_at": "document_end"
    },
    {
      "matches": [
        "https://www.youtube.com/*",
        "https://www.perplexity.ai/*",
        "https://copilot.microsoft.com/*",
        "https://lumo.proton.me/*",
        "https://chatgpt.com/*",
        "https://gemini.google.com/*",
        "https://duckduckgo.com/*",
        "https://duck.ai/*",
        "https://grok.com/*",
        "https://chat.mistral.ai/*"
      ],
      "js": [
        "browser-polyfill.js",
        "chatbotScript.js"
      ],
      "run_at": "document_end",
      "all_frames": true
    }
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'none'"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "public/icons/ebutia.png",
        "assets/pip.css",
        "CHANGELOG.md"
      ],
      "matches": [
        "https://www.youtube.com/*"
      ]
    }
  ]
}

ベストのEbutia代替案

Ebutiaに類似したFirefox add-onをいくつか紹介します: