YT Social Flag

YT Social Flag

Shared flagging of YouTube videos, so the whole community knows what other don't want them to see

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "YT Social Flag",
  "version": "0.1.0",
  "content_scripts": [
    {
      "matches": [
        "https://youtube.com/*",
        "http://youtube.com/*",
        "https://www.youtube.com/*",
        "http://www.youtube.com/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "permissions": [
    "https://youtube-social-flagging.herokuapp.com/*"
  ],
  "icons": {
    "128": "icon128.png"
  }
}