Jump from en-us to the other page

Jump from en-us to the other page

Jump and switch from en-us page to the other page based on URL.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_appName__",
  "short_name": "en-us to the other page",
  "version": "2.4.7",
  "manifest_version": 3,
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "options_page": "options.html",
  "action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html",
    "default_title": "__MSG_defaultTitle__"
  },
  "permissions": [
    "activeTab",
    "storage"
  ]
}