Read Frog - AI Language Learning Firefox

Examine source code of Read Frog - AI Language Learning

By: Keepy
Inspect and view changes in Read Frog - AI Language Learning 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.24.3",
  "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": [
    "*://*/*"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{4215e9a4-d00a-4b9f-90f8-234d2a0ece0f}",
      "strict_min_version": "109.0",
      "data_collection_permissions": {
        "required": [
          "websiteContent"
        ],
        "optional": [
          "authenticationInfo"
        ]
      }
    }
  },
  "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"
  },
  "content_scripts": [
    {
      "matches": [
        "http://localhost/*",
        "https://*.readfrog.app/*"
      ],
      "js": [
        "content-scripts/guide.js"
      ]
    },
    {
      "matches": [
        "*://*/*",
        "file:///*"
      ],
      "all_frames": true,
      "css": [
        "content-scripts/host.css"
      ],
      "js": [
        "content-scripts/host.js",
        "content-scripts/selection.js"
      ]
    },
    {
      "matches": [
        "*://*.youtube.com/*"
      ],
      "run_at": "document_start",
      "js": [
        "content-scripts/interceptor.js"
      ],
      "world": "MAIN"
    },
    {
      "matches": [
        "*://*/*",
        "file:///*"
      ],
      "js": [
        "content-scripts/side.js"
      ]
    },
    {
      "matches": [
        "*://*.youtube.com/*"
      ],
      "js": [
        "content-scripts/subtitles.js"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "content-scripts/selection.css"
      ],
      "matches": [
        "*://*/*",
        "file:///*"
      ]
    },
    {
      "resources": [
        "content-scripts/side.css"
      ],
      "matches": [
        "*://*/*",
        "file:///*"
      ]
    }
  ]
}

Best Read Frog - AI Language Learning Alternatives

Here are some Firefox add-ons that are similar to Read Frog - AI Language Learning: