Extension Extractor

Extension Extractor

Extract installed Extensions and Apps

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "author": "Daniel Herr",
  "description": "Extract installed Extensions and Apps",
  "devtools_page": "devtools.html",
  "homepage_url": "https://danielherr.github.io",
  "icons": {
    "128": "icon.png"
  },
  "manifest_version": 2,
  "name": "Extension Extractor",
  "offline_enabled": true,
  "permissions": [
    "debugger",
    "downloads"
  ],
  "version": "2016.70",
  "version_name": "2016.070"
}