Examine source code of Force English Content

Inspect and view changes in Force English Content source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Force English Content",
  "version": "5.0.0",
  "description": "Forces localised web pages with poor or outdated translations to redirect to the original English content.",
  "homepage_url": "https://github.com/mdesantis/force-english-content",
  "author": "Maurizio De Santis",
  "icons": {
    "16": "icon16.png",
    "32": "icon32.png",
    "48": "icon48.png",
    "64": "icon64.png",
    "96": "icon96.png",
    "128": "icon128.png"
  },
  "permissions": [
    "webRequest",
    "tabs"
  ],
  "host_permissions": [
    "*://docs.microsoft.com/*",
    "*://learn.microsoft.com/*",
    "*://developer.mozilla.org/*",
    "*://*.reactjs.org/*",
    "*://developers.facebook.com/*",
    "*://www.php.net/*",
    "*://docs.python.org/*"
  ],
  "background": {
    "service_worker": "background.js"
  }
}