Anti Doom Scroll Timer Firefox

Examine source code of Anti Doom Scroll Timer

제작자: Ctrl+ALK Add-on
Inspect and view changes in Anti Doom Scroll Timer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Anti-Doom Scroll Timer",
  "version": "1.31",
  "browser_specific_settings": {
    "gecko": {
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      },
      "id": "{60c79389-64ea-4988-a75f-e39a90d62fad}"
    }
  },
  "description": "Prevents doomscrolling on YouTube, Facebook, X, TikTok, Reddit, Pinterest, and Instagram. By promping a timer before entering the website.",
  "permissions": [
    "tabs",
    "*://*.youtube.com/*",
    "*://*.facebook.com/*",
    "*://*.twitter.com/*",
    "*://*.x.com/*",
    "*://*.tiktok.com/*",
    "*://*.reddit.com/*",
    "*://*.instagram.com/*",
    "*://*.pinterest.com/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.youtube.com/*",
        "*://*.facebook.com/*",
        "*://*.twitter.com/*",
        "*://*.x.com/*",
        "*://*.tiktok.com/*",
        "*://*.instagram.com/*",
        "*://*.pinterest.com/*",
        "*://*.reddit.com/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ]
}

최고의 Anti Doom Scroll Timer 대안

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