LinuxDo Scripts Firefox

Examine source code of LinuxDo Scripts

By: anghunk
Inspect and view changes in LinuxDo Scripts source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "LinuxDo Scripts",
  "description": "为 linux.do 用户提供了一些增强功能。",
  "version": "1.5.34",
  "icons": {
    "16": "icon/16.png",
    "32": "icon/32.png",
    "48": "icon/48.png",
    "96": "icon/96.png",
    "128": "icon/128.png"
  },
  "permissions": [
    "storage",
    "sidePanel",
    "tabs",
    "http://*/*",
    "https://*/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_title": "LinuxDo Scripts",
    "default_popup": "popup.html"
  },
  "sidebar_action": {
    "default_panel": "sidepanel.html",
    "default_title": "Linuxdo Scripts"
  },
  "content_scripts": [
    {
      "matches": [
        "https://idcflare.com/*",
        "https://linux.do/*"
      ],
      "js": [
        "content-scripts/content.js"
      ]
    }
  ],
  "web_accessible_resources": [
    "content-scripts/content.css"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{d4088d49-04d5-4f7c-aa50-a1b10aa5b07f}"
    }
  }
}

Best LinuxDo Scripts Alternatives

Here are some Firefox add-ons that are similar to LinuxDo Scripts: