User Script Loader Firefox

Examine source code of User Script Loader

提供元: userscript
Inspect and view changes in User Script Loader source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "User Script Loader",
  "version": "1.0.0",
  "description": "A minimal extension to store and inject custom JavaScript (user scripts) into specified pages.",
  "permissions": [
    "storage",
    "<all_urls>",
    "tabs"
  ],
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "applications": {
    "gecko": {
      "id": "user-script-loader@example.com"
    }
  }
}

ベストのUser Script Loader代替案

User Script Loaderに類似したFirefox add-onをいくつか紹介します: