Examine source code of SK Defixer

Inspect and view changes in SK Defixer 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
{
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "commands": {
    "_execute_browser_action": {
      "description": "Toggle extension"
    }
  },
  "browser_action": {
    "default_icon": {
      "16": "icon-16.png",
      "32": "icon-32.png",
      "128": "icon-128.png"
    }
  },
  "description": "Find all currently position:fixed elements and hide them",
  "icons": {
    "16": "icon-16.png",
    "32": "icon-32.png",
    "128": "icon-128.png"
  },
  "manifest_version": 2,
  "name": "SK Defixer",
  "permissions": [
    "activeTab"
  ],
  "short_name": "SK Defixer",
  "version": "1.0.4"
}