Prosthetic Chrome

Examine source code of Prosthetic

Inspect and view changes in Prosthetic source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Prosthetic",
  "version": "1.2",
  "description": "Attentional Prosethic (M. V. 3)",
  "content_scripts": [
    {
      "js": [
        "patterns.js",
        "content_script.js"
      ],
      "matches": [
        "*://*/*"
      ],
      "css": [
        "ext_styles.css"
      ],
      "run_at": "document_end"
    }
  ],
  "incognito": "not_allowed",
  "icons": {
    "128": "icon128.png"
  },
  "permissions": [
    "storage"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "*.png"
      ],
      "matches": [
        "*://*/*"
      ]
    }
  ]
}

Best Prosthetic Alternatives

Here are some Chrome extensions that are similar to Prosthetic: