Custom Background Texture Firefox

Examine source code of Custom Background Texture

Inspect and view changes in Custom Background Texture source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Custom Background Texture",
  "version": "1.0",
  "description": "Tùy chọn nền đọc (nhám giấy, màu pastel,...)",
  "permissions": [
    "activeTab",
    "storage"
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": "icon.png"
  },
  "icons": {
    "48": "icon.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{1ff67e38-bf73-4d23-8577-f96a37f14367}"
    }
  }
}

Best Custom Background Texture Alternatives

Here are some Firefox add-ons that are similar to Custom Background Texture: