Feed cleaner Firefox

Examine source code of Feed cleaner

제작자: Stanislav Zmiev
Inspect and view changes in Feed cleaner source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Feed remover",
  "version": "1.0",
  "description": "Removes feed recommendations from X, pikabu, and linkedin",
  "permissions": [
    "*://*.twitter.com/*",
    "*://*.x.com/*",
    "*://*.pikabu.ru/*",
    "*://*.linkedin.com/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://*.twitter.com/*",
        "*://*.x.com/*"
      ],
      "js": [
        "twitter.js"
      ]
    },
    {
      "matches": [
        "*://*.pikabu.ru/*"
      ],
      "css": [
        "pikabu.css"
      ]
    },
    {
      "matches": [
        "*://*.linkedin.com/*"
      ],
      "css": [
        "linkedin.css"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{269840ad-f159-412d-a925-ce146f48eeaf}"
    }
  }
}

최고의 Feed cleaner 대안

다음은 Feed cleaner과(와) 유사한 Firefox add-on입니다: