Delete My Posts on Facebook™

Delete My Posts on Facebook™

Delete Facebook posts in bulk. Remove old posts & clear comments, photos, videos etc. Mass delete your Facebook history in one click

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.78",
  "manifest_version": 2,
  "default_locale": "en",
  "name": "__MSG_app_name__",
  "short_name": "__MSG_app_short_name__",
  "description": "__MSG_app_description__",
  "browser_action": {
    "default_title": "__MSG_app_short_name__",
    "default_icon": {
      "16": "images/icon_16.png",
      "48": "images/icon_48.png",
      "96": "images/icon_96.png",
      "128": "images/icon_128.png",
      "256": "images/icon_256.png"
    },
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "images/icon_16.png",
    "48": "images/icon_48.png",
    "96": "images/icon_96.png",
    "128": "images/icon_128.png",
    "256": "images/icon_256.png"
  },
  "permissions": [
    "tabs",
    "activeTab",
    "storage",
    "*://*.facebook.com/*"
  ],
  "background": {
    "scripts": [
      "jquery-3.5.1.min.js",
      "ExtPay.js",
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.facebook.com/*"
      ],
      "css": [
        "content.css"
      ],
      "js": [
        "jquery-3.5.1.min.js",
        "ExtPay.js",
        "content.js"
      ],
      "run_at": "document_end"
    },
    {
      "matches": [
        "https://extensionpay.com/*"
      ],
      "js": [
        "ExtPay.js"
      ],
      "run_at": "document_start"
    }
  ],
  "web_accessible_resources": [
    "images/*"
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval' https://ssl.google-analytics.com; object-src 'self'; connect-src https://www.deletemyposts.com https://extensionpay.com"
}