Augeas: Clean browser from spying extensions

Augeas: Clean browser from spying extensions

See the list of installed browser extensions with granted permissions.

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Augeas: Clean browser from spying extensions",
  "short_name": "Augeas",
  "version": "1.0",
  "description": "See the list of installed browser extensions with granted permissions.",
  "icons": {
    "128": "icon.png"
  },
  "background": {
    "persistent": false,
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "management",
    "tabs"
  ],
  "options_page": "index.html",
  "author": "Anton Mironov",
  "homepage_url": "https://mironov.live"
}