Automatic Deleter For Instagram

Automatic Deleter For Instagram

Deletes all of your Instagram photos at once.

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Automatic Deleter For Instagram",
  "description": "Deletes all of your Instagram photos at once.",
  "version": "1.0",
  "manifest_version": 3,
  "background": {
    "service_worker": "background.js"
  },
  "action": {},
  "permissions": [
    "activeTab",
    "scripting"
  ],
  "icons": {
    "16": "public/icons/16.png",
    "32": "public/icons/32.png",
    "48": "public/icons/48.png",
    "64": "public/icons/64.png",
    "128": "public/icons/128.png"
  }
}