Doomscroll Control Firefox

Examine source code of Doomscroll Control

제작자: Kilian Wilkes
Inspect and view changes in Doomscroll Control source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Doomscroll Control",
  "version": "1.2.1",
  "description": "A solution to the trap of mindlessly scrolling on doomscroll websites like reddit, tiktok, twitter, bluesky etc.",
  "homepage_url": "https://github.com/GitHub-Kiwi/Doomscroll_control",
  "icons": {
    "128": "icon.png"
  },
  "permissions": [
    "alarms",
    "storage",
    "activeTab"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "contentscript.html"
      ],
      "matches": [
        "*://*/*"
      ]
    }
  ],
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "contentscript.js"
      ],
      "css": [
        "doomscroll.css"
      ]
    }
  ],
  "background": {
    "scripts": [
      "backgroundscript.js"
    ]
  },
  "action": {
    "default_icon": "icon.png",
    "default_title": "Doomscroll Control",
    "default_popup": "popup.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "doomscroll@control.com"
    }
  }
}

최고의 Doomscroll Control 대안

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