Hide Videos For Facebook

Hide Videos For Facebook

Facebook has some of the absolute worst video content that can be found on the internet. Most of the time its either useless…

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Hide Videos For Facebook",
  "version": "0.2",
  "content_scripts": [
    {
      "matches": [
        "*://www.facebook.com/*"
      ],
      "js": [
        "jquery-3.4.1.min.js",
        "content.js"
      ],
      "css": [
        "styles.css"
      ]
    }
  ]
}