Scroll unlocker

Scroll unlocker

This extension bringing ability to scroll content on those websites which scroll func is blocked by paywalls or something similar

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Scroll unlocker",
  "description": "This extension bringing ability to scroll content on those websites which scroll func is blocked by paywalls or something similar",
  "version": "1.0.2",
  "default_locale": "en",
  "author": "Alexey Cherdantsev. [email protected]",
  "background": {
    "service_worker": "scroll_unlock.js"
  },
  "action": {
    "default_icon": "128.png"
  },
  "permissions": [
    "activeTab",
    "scripting"
  ],
  "icons": {
    "128": "128.png"
  }
}