Examine source code of Hide Images/Videos

Inspect and view changes in Hide Images/Videos 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
{
  "author": "Omar Wheatley",
  "update_URL": "https://edge.microsoft.com/extensionwebstorebase/v1/crx",
  "background": {
    "service_worker": "myscript.js"
  },
  "action": {
    "default_icon": "icon.png"
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": false
  },
  "description": "This extension hides images and videos for less distractions.",
  "icons": {
    "128": "icon.png"
  },
  "manifest_version": 3,
  "name": "Hide Images/Videos",
  "permissions": [
    "activeTab",
    "storage",
    "scripting"
  ],
  "short_name": "Hide Images",
  "version": "3.0.0",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}