Instagram Suggested Blocker

Instagram Suggested Blocker

Blocks suggested posts from Instagram website

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "InstagramSuggestedBlocker",
  "version": "1.3",
  "description": "Blocks suggested posts from Instagram website",
  "icons": {
    "96": "icons/blocker-96.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.instagram.com/*"
      ],
      "js": [
        "blocker.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{3937afa0-b63a-442e-8522-21eddf659272}"
    }
  }
}