TidyFeed – Turn Social Feeds into Knowledge Firefox

Examine source code of TidyFeed – Turn Social Feeds into Knowledge

Par : zyhang
Inspect and view changes in TidyFeed – Turn Social Feeds into Knowledge source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "TidyFeed - AdBlock & Downloader",
  "description": "Filter social media noise, capture valuable content.",
  "version": "0.0.1",
  "icons": {
    "16": "icon/16.png",
    "32": "icon/32.png",
    "48": "icon/48.png",
    "96": "icon/96.png",
    "128": "icon/128.png",
    "256": "icon/256.png",
    "512": "icon/512.png"
  },
  "permissions": [
    "storage",
    "activeTab",
    "scripting",
    "alarms",
    "cookies"
  ],
  "host_permissions": [
    "*://*.x.com/*",
    "*://*.twitter.com/*",
    "*://cdn.syndication.twimg.com/*",
    "*://video.twimg.com/*",
    "*://pbs.twimg.com/*",
    "https://tidyfeed.app/*",
    "https://api.tidyfeed.app/*",
    "https://*.googleusercontent.com/*"
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'; img-src 'self' https://*.googleusercontent.com"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "injected.js"
      ],
      "matches": [
        "*://*.x.com/*",
        "*://*.twitter.com/*"
      ]
    }
  ],
  "action": {
    "default_title": "Default Popup Title",
    "default_popup": "popup.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "tidyfeed@tidyfeed.app",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "optional": []
      }
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.twitter.com/*",
        "*://*.x.com/*"
      ],
      "run_at": "document_start",
      "js": [
        "content-scripts/content.js"
      ]
    }
  ]
}

Meilleures alternatives TidyFeed – Turn Social Feeds into Knowledge

Voici quelques Firefox add-ons qui sont similaires à TidyFeed – Turn Social Feeds into Knowledge :