Livgo links Firefox

Examine source code of Livgo links

Inspect and view changes in Livgo links source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Livgo links",
  "description": "This extension makes Trotto \"go links\" work seamlessly in Firefox.",
  "storage": {
    "managed_schema": "schema.json"
  },
  "version": "1.23.4",
  "icons": {
    "48": "icon@48.png",
    "128": "icon@128.png"
  },
  "browser_action": {
    "default_icon": "icon@48.png",
    "default_popup": "popup.html"
  },
  "permissions": [
    "storage",
    "webRequest",
    "webRequestBlocking",
    "*://go/*",
    "*://*.trot.to/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.trot.to/*"
      ],
      "js": [
        "data_injector.js"
      ],
      "run_at": "document_start"
    }
  ]
}

Best Livgo links Alternatives

Here are some Firefox add-ons that are similar to Livgo links: