Cruxly — AI Summarizer for Video, PDF & More Firefox

Examine source code of Cruxly — AI Summarizer for Video, PDF & More

Inspect and view changes in Cruxly — AI Summarizer for Video, PDF & More source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "__MSG_extName__",
  "short_name": "Cruxly",
  "version": "1.0.8",
  "description": "__MSG_extDescription__",
  "default_locale": "en",
  "browser_specific_settings": {
    "gecko": {
      "id": "{0f349176-4c28-4e5b-a646-2c45d9d26348}",
      "strict_min_version": "109.0",
      "data_collection_permissions": {
        "required": [
          "authenticationInfo",
          "browsingActivity",
          "websiteContent"
        ]
      }
    }
  },
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "action": {
    "default_popup": "popup/popup.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "32": "icons/icon32.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    },
    "default_title": "__MSG_actionTitle__"
  },
  "sidebar_action": {
    "default_title": "__MSG_actionTitle__",
    "default_panel": "sidebar/sidebar.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "32": "icons/icon32.png",
      "48": "icons/icon48.png"
    },
    "open_at_install": false
  },
  "background": {
    "scripts": [
      "shared/config.js",
      "background/service-worker.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://www.youtube.com/watch*",
        "*://youtube.com/watch*",
        "*://youtu.be/*",
        "*://www.youtube.com/shorts/*"
      ],
      "js": [
        "content/youtube.js"
      ],
      "css": [
        "content/overlay.css"
      ],
      "run_at": "document_idle"
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "shared/config.js",
        "content/page-detector.js"
      ],
      "css": [
        "content/overlay.css"
      ],
      "run_at": "document_idle",
      "exclude_matches": [
        "*://www.youtube.com/*",
        "*://youtube.com/*",
        "*://youtu.be/*"
      ]
    }
  ],
  "permissions": [
    "storage",
    "activeTab",
    "tabs",
    "contextMenus",
    "scripting",
    "notifications"
  ],
  "host_permissions": [
    "https://cruxly.tech/*",
    "https://api.cruxly.tech/*",
    "http://localhost/*"
  ],
  "options_ui": {
    "page": "options/options.html",
    "open_in_tab": true
  },
  "web_accessible_resources": [
    {
      "resources": [
        "icons/*",
        "shared/fonts/*"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ]
}

Best Cruxly — AI Summarizer for Video, PDF & More Alternatives

Here are some Firefox add-ons that are similar to Cruxly — AI Summarizer for Video, PDF & More: