facetube

facetube

View only videos shared by your friends

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "facetube",
  "description": "View only videos shared by your friends",
  "version": "1.2",
  "icons": {
    "48": "icon_48.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.facebook.com/*"
      ],
      "js": [
        "jquery.js",
        "ga.js",
        "content.js"
      ],
      "all_frames": false
    }
  ],
  "web_accessible_resources": [
    "download.png"
  ],
  "content_security_policy": "script-src 'self' https://www.google-analytics.com; object-src 'self'"
}