Social Book Post Manager

Social Book Post Manager

Batch delete posts in Fackbook™ timeline. Other batch processing: hide / unhide / unlike items. FREE!

Additional files are visible only to premium users

manifest.json


{
  "background": {
    "scripts": [
      "jquery-1.10.2.min.js",
      "ext-eventPage.js",
      "ext-background.js"
    ]
  },
  "browser_action": {
    "default_icon": "icon48.png",
    "default_popup": "popup.html",
    "default_title": "Social Book Post Manager"
  },
  "content_scripts": [
    {
      "css": [
        "content.css",
        "jquery-ui.min.css",
        "jquery.ui.theme.css",
        "jquery.dropdown.min.css"
      ],
      "js": [
        "jquery-1.10.2.min.js",
        "content-commons-utils.js",
        "content-activityLogOpener.js",
        "content-backupPageOpener.js",
        "content-postDeletor.js",
        "jquery-ui.min.js",
        "jquery.dropdown.min.js",
        "math.js"
      ],
      "matches": [
        "*://*.facebook.com/*"
      ],
      "run_at": "document_end"
    }
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval' https://ssl.google-analytics.com; object-src 'self'",
  "description": "Batch delete posts in Fackbookâ„¢ timeline. Other batch processing: hide / unhide / unlike items. FREE!",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "96": "icon96.png",
    "128": "icon128.png",
    "256": "icon256.png"
  },
  "manifest_version": 2,
  "name": "Social Book Post Manager",
  "permissions": [
    "activeTab",
    "http://*/*",
    "https://*/*",
    "webRequest",
    "webRequestBlocking",
    "storage"
  ],
  "short_name": "Social Book Post Manager",
  "version": "1.4.13",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}