Revert Site

Revert Site

Revert Site lets you get the old Facebook site design back (for Biz/Fan Pages only)

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "content_scripts": [
    {
      "exclude_globs": [
        "https://www.facebook.com/api/*",
        "https://www.facebook.com/plugins/*",
        "https://www.facebook.com/*/plugins/*",
        "http://developers.facebook.com/*",
        "https://developers.facebook.com/*",
        "https://www.facebook.com/ads/manager*",
        "https://www.facebook.com/adsmanager*"
      ],
      "include_globs": [
        "https://*.facebook.com/*",
        "http://*.facebook.com/*"
      ],
      "js": [
        "script.js"
      ],
      "css": [
        "css.css"
      ],
      "matches": [
        "https://*.facebook.com/*",
        "http://*.facebook.com/*"
      ],
      "run_at": "document_start",
      "all_frames": true
    }
  ],
  "browser_action": {
    "default_icon": {
      "48": "RS48x48.png"
    },
    "default_popup": "info.html",
    "default_title": "Revert Site"
  },
  "permissions": [
    "https://*.facebook.com/*",
    "http://*.facebook.com/*",
    "webRequest",
    "webRequestBlocking"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "icons": {
    "16": "RS16x16.png",
    "48": "RS48x48.png",
    "128": "RS128x128.png",
    "256": "RS256x256.png"
  },
  "web_accessible_resources": [
    "RS48x48.png"
  ],
  "name": "Revert Site",
  "short_name": "Revert Site",
  "description": "Revert Site lets you get the old Facebook site design back (for Biz/Fan Pages only)",
  "version": "12.6.5",
  "homepage_url": "https://revertsite.com",
  "author": "Steve Fernandez"
}