News Feed Eradicator 3.0

News Feed Eradicator 3.0

Stay Connected, Not Distracted. Available for Free on IOS & Android.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "icons": {
    "16": "icon16.plasmo.6c567d50.png",
    "32": "icon32.plasmo.76b92899.png",
    "48": "icon48.plasmo.aced7582.png",
    "64": "icon64.plasmo.8bb5e6e0.png",
    "128": "icon128.plasmo.3c1ed2d2.png"
  },
  "manifest_version": 3,
  "action": {
    "default_icon": {
      "16": "icon16.plasmo.6c567d50.png",
      "32": "icon32.plasmo.76b92899.png",
      "48": "icon48.plasmo.aced7582.png",
      "64": "icon64.plasmo.8bb5e6e0.png",
      "128": "icon128.plasmo.3c1ed2d2.png"
    },
    "default_popup": "popup.html"
  },
  "version": "5.1.2",
  "author": "Daniyal  <[email protected]>",
  "name": "News Feed Eradicator 3.0",
  "description": "Stay Connected, Not Distracted. Available for Free on IOS & Android.",
  "background": {
    "service_worker": "static/background/index.js"
  },
  "permissions": [
    "storage",
    "tabs",
    "activeTab",
    "action",
    "identity",
    "identity.email"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://www.facebook.com/*"
      ],
      "js": [
        "facebook.40dee27c.js"
      ],
      "css": []
    },
    {
      "matches": [
        "https://www.linkedin.com/*"
      ],
      "js": [
        "linkedIn.8d3b83c7.js"
      ],
      "css": []
    },
    {
      "matches": [
        "https://www.instagram.com/*"
      ],
      "js": [
        "instagram.c3a0cad8.js"
      ],
      "css": []
    },
    {
      "matches": [
        "https://www.reddit.com/*"
      ],
      "js": [
        "reddit.cfe470be.js"
      ],
      "css": []
    },
    {
      "matches": [
        "https://www.tiktok.com/*"
      ],
      "js": [
        "tiktok.93a1794a.js"
      ],
      "css": []
    },
    {
      "matches": [
        "https://twitter.com/*"
      ],
      "js": [
        "twitter.b1f07dc2.js"
      ],
      "css": []
    },
    {
      "matches": [
        "https://www.youtube.com/*"
      ],
      "js": [
        "youtube-overlay.1138e4d5.js"
      ],
      "css": []
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "betimeful-download-overlay.86a3c562.js"
      ],
      "css": []
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "plasmo-root-container-app-download.c41d6e1b.js"
      ],
      "css": []
    },
    {
      "matches": [
        "https://www.instagram.com/*",
        "https://www.facebook.com/*",
        "https://www.linkedin.com/*",
        "https://www.reddit.com/*",
        "https://www.tiktok.com/*",
        "https://twitter.com/*",
        "https://www.youtube.com/*"
      ],
      "js": [
        "sidebar.524fe15c.js"
      ],
      "css": [
        "sidebar.c504438d.css"
      ]
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "betimeful-time-modal-overlay.c7d9b970.js"
      ],
      "css": []
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "betimeful-main-overlay.8bd89ee4.js"
      ],
      "css": []
    }
  ],
  "host_permissions": [
    "https://*/*"
  ],
  "web_accessible_resources": [
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "download-app.56b1c91e.svg",
        "download-app.eebbfb06.css",
        "download-app.cc677894.css",
        "betimeful-download-overlay.cece80fa.css"
      ]
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "betimeful-download-overlay.cece80fa.css"
      ]
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "betimeful-download-overlay.cece80fa.css"
      ]
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "icon.c766bb78.png",
        "betimeful-download-overlay.cece80fa.css"
      ]
    }
  ]
}