Read Frog - Translate & Learn Firefox

Examine source code of Read Frog - Translate & Learn

By: MengXi
Inspect and view changes in Read Frog - Translate & Learn source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "__MSG_extName__",
  "description": "__MSG_extDescription__",
  "version": "1.35.0",
  "icons": {
    "16": "icon/16.png",
    "32": "icon/32.png",
    "48": "icon/48.png",
    "96": "icon/96.png",
    "128": "icon/128.png"
  },
  "default_locale": "en",
  "permissions": [
    "storage",
    "tabs",
    "alarms",
    "cookies",
    "contextMenus",
    "identity",
    "scripting",
    "webNavigation"
  ],
  "host_permissions": [
    "*://*/*"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "assets/*.png",
        "assets/*.svg",
        "assets/*.webp"
      ],
      "matches": [
        "*://*/*",
        "file:///*"
      ]
    },
    {
      "resources": [
        "content-scripts/selection.css"
      ],
      "use_dynamic_url": true,
      "matches": [
        "*://*/*",
        "file:///*"
      ]
    },
    {
      "resources": [
        "content-scripts/side.css"
      ],
      "use_dynamic_url": true,
      "matches": [
        "*://*/*",
        "file:///*"
      ]
    }
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{bd311a81-4530-4fcc-9178-74006155461b}",
      "strict_min_version": "112.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "optional": [
          "technicalAndInteraction"
        ]
      }
    }
  },
  "background": {
    "type": "module",
    "scripts": [
      "background.js"
    ]
  },
  "action": {
    "default_title": "Popup | Read Frog",
    "default_popup": "popup.html"
  },
  "options_ui": {
    "open_in_tab": true,
    "page": "options.html"
  },
  "sidebar_action": {
    "default_panel": "sidepanel.html",
    "default_title": "Side Panel | Read Frog",
    "open_at_install": false
  },
  "content_scripts": [
    {
      "matches": [
        "https://readfrog.app/*",
        "https://www.readfrog.app/*"
      ],
      "js": [
        "content-scripts/guide.js"
      ]
    },
    {
      "matches": [
        "*://*/*",
        "file:///*"
      ],
      "js": [
        "content-scripts/host.js",
        "content-scripts/selection.js",
        "content-scripts/side.js"
      ]
    },
    {
      "matches": [
        "*://*/*"
      ],
      "run_at": "document_start",
      "js": [
        "content-scripts/input-injector.js"
      ],
      "world": "MAIN"
    },
    {
      "matches": [
        "*://*.youtube-nocookie.com/*",
        "*://*.youtube.com/*"
      ],
      "all_frames": true,
      "run_at": "document_start",
      "js": [
        "content-scripts/interceptor.js"
      ],
      "world": "MAIN"
    },
    {
      "matches": [
        "*://*.youtube-nocookie.com/*",
        "*://*.youtube.com/*"
      ],
      "all_frames": true,
      "js": [
        "content-scripts/subtitles.js"
      ]
    }
  ]
}

Best Read Frog - Translate & Learn Alternatives

Here are some Firefox add-ons that are similar to Read Frog - Translate & Learn: