Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Automatic Deleter For Instagram", "description": "Deletes all of your Instagram photos at once.", "version": "2.0", "manifest_version": 3, "background": { "service_worker": "background.js" }, "action": { "default_popup": "popup.html", "default_icon": { "16": "public\/icons\/icon.png", "32": "public\/icons\/icon.png", "48": "public\/icons\/icon.png", "64": "public\/icons\/icon.png", "128": "public\/icons\/icon.png" } }, "permissions": [ "activeTab", "scripting", "storage" ], "host_permissions": [ "https:\/\/www.instagram.com\/*", "https:\/\/*.stripe.com\/*", "https:\/\/instagram-auto-deleter-payment.bigjpgai.workers.dev\/*" ], "icons": { "16": "public\/icons\/icon.png", "32": "public\/icons\/icon.png", "48": "public\/icons\/icon.png", "64": "public\/icons\/icon.png", "128": "public\/icons\/icon.png" } }