Instagram Feed Remover

Removes the Instagram feed, helping you stay focused by eliminating distractions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "description": "Removes the Instagram feed, helping you stay focused by eliminating distractions",
  "manifest_version": 2,
  "name": "Instagram Feed Remover",
  "version": "1.0",
  "author": "Ashwin Mathews",
  "content_scripts": [
    {
      "css": [
        "style.css"
      ],
      "matches": [
        "*://*.instagram.com/*"
      ],
      "run_at": "document_start"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{f6ef3ff5-5de3-4fa3-98a6-3dabace04cfe}"
    }
  }
}