The Scroll Lab Chrome

Examine source code of The Scroll Lab

Inspect and view changes in The Scroll Lab source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "The Scroll Lab",
  "version": "1.0.0",
  "description": "Gradually reduces social media feed stickiness over time.",
  "permissions": [
    "storage",
    "tabs"
  ],
  "host_permissions": [
    "https://x.com/*",
    "https://twitter.com/*"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "content_scripts": [
    {
      "matches": [
        "https://x.com/*",
        "https://twitter.com/*"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "styles.css"
      ],
      "run_at": "document_idle"
    }
  ],
  "action": {
    "default_popup": "popup.html",
    "default_title": "The Scroll Lab"
  }
}

Best The Scroll Lab Alternatives

Here are some Chrome extensions that are similar to The Scroll Lab: