Block Youtube Recommendations

Block Youtube Recommendations

Youtube, block suggestions at the end of the video.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Youtube Block Recommendations",
  "description": "Youtube, block suggestions at the end of the video.",
  "manifest_version": 2,
  "version": "1.1",
  "homepage_url": "https://github.com/semihcelikol/blockYoutubeRecommendations",
  "icons": {
    "128": "icons/logo128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "page_action": {
    "default_icon": "icons/offIcon.png",
    "browser_style": true
  },
  "permissions": [
    "activeTab",
    "tabs"
  ]
}