Stop Doom Scroll Firefox

Examine source code of Stop Doom Scroll

제작자: intertea
Inspect and view changes in Stop Doom Scroll source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Stop Doom Scroll",
  "version": "1.3",
  "description": "Prevents scrolling in YouTube Shorts.",
  "icons": {
    "48": "icons/stopscroll-48.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "stop-doom-scroll@local",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "collects_personal_data": false,
        "collects_sensitive_data": false,
        "collects_location_data": false,
        "collects_web_activity_data": false
      }
    }
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.youtube.com/*"
      ],
      "js": [
        "stopscroller.js"
      ],
      "run_at": "document_start"
    }
  ]
}

최고의 Stop Doom Scroll 대안

다음은 Stop Doom Scroll과(와) 유사한 Firefox add-on입니다: