ScrollBye Firefox

Examine source code of ScrollBye

제작자: Nima Owji
Inspect and view changes in ScrollBye source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "ScrollBye",
  "description": "Say goodbye to the scrollbars! This extension lets you scroll your Twitter timeline without using the mouse!",
  "version": "1.0",
  "icons": {
    "128": "img/icon.png"
  },
  "browser_action": {
    "default_popup": "popup/index.html",
    "defualt_title": "ScrollBye"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.twitter.com/*"
      ],
      "js": [
        "js/jquery-3.6.0.min.js",
        "js/scripts/main.min.js"
      ]
    }
  ],
  "permissions": [
    "activeTab",
    "storage"
  ]
}

최고의 ScrollBye 대안

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