QuillWordAccess

QuillWordAccess

Access Quillbot.com, Wordtune.com and Writer.com without any hassle.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "__MSG_extName__",
  "short_name": "EasyAccess",
  "version": "3.1.0",
  "description": "__MSG_extDesc__",
  "author": "Aaron Wang",
  "homepage_url": "https://data.txthero.com",
  "default_locale": "zh_CN",
  "permissions": [
    "declarativeNetRequest",
    "declarativeNetRequestFeedback",
    "cookies",
    "storage",
    "unlimitedStorage",
    "browsingData"
  ],
  "host_permissions": [
    "http://*/*",
    "https://*/*"
  ],
  "icons": {
    "32": "assets/images/icon32.png",
    "48": "assets/images/icon48.png",
    "128": "assets/images/icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://quillbot.com/"
      ],
      "js": [
        "notice.js"
      ]
    }
  ],
  "background": {
    "service_worker": "blocker.js"
  },
  "action": {
    "default_title": "Quillbot Access Tool",
    "default_icon": "assets/images/icon48.png",
    "default_popup": "options.html"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}