Change Timezone (Time Shift) Firefox

Examine source code of Change Timezone (Time Shift)

By: ilGur
Inspect and view changes in Change Timezone (Time Shift) source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "version": "0.1.9",
  "manifest_version": 3,
  "host_permissions": [
    "*://*/*"
  ],
  "name": "Change Timezone (Time Shift)",
  "homepage_url": "https://mybrowseraddon.com/change-timezone.html",
  "description": "Easily change your timezone to a desired value and protect your privacy.",
  "commands": {
    "_execute_action": {}
  },
  "options_ui": {
    "open_in_tab": true,
    "page": "data/options/options.html"
  },
  "permissions": [
    "storage",
    "scripting",
    "contextMenus",
    "webNavigation"
  ],
  "browser_specific_settings": {
    "gecko": {
      "strict_min_version": "109.0",
      "id": "{acf99872-d701-4863-adc2-cdda1163aa34}"
    }
  },
  "action": {
    "default_title": "Change Timezone (Time Shift)",
    "default_icon": {
      "16": "data/icons/16.png",
      "32": "data/icons/32.png",
      "48": "data/icons/48.png",
      "64": "data/icons/64.png"
    }
  },
  "background": {
    "scripts": [
      "lib/config.js",
      "lib/chrome.js",
      "lib/runtime.js",
      "lib/webnavigation.js",
      "lib/common.js"
    ]
  },
  "content_scripts": [
    {
      "run_at": "document_start",
      "js": [
        "data/content_script/inject.js"
      ],
      "matches": [
        "https://webbrowsertools.com/timezone*"
      ]
    }
  ],
  "icons": {
    "16": "data/icons/16.png",
    "32": "data/icons/32.png",
    "48": "data/icons/48.png",
    "64": "data/icons/64.png",
    "128": "data/icons/128.png"
  }
}

Best Change Timezone (Time Shift) Alternatives

Here are some Firefox add-ons that are similar to Change Timezone (Time Shift):