Customizer styles and scripts Firefox

Examine source code of Customizer styles and scripts

By: Rico
Inspect and view changes in Customizer styles and scripts source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Site customizer",
  "description": "Customize font size and styles of site. Extension give you able to change pages of sites on your choice, change font size, font color and any other styles with css syntax. You can save all you stiles in each page and it will reload on open page.",
  "version": "1.2",
  "action": {
    "default_popup": "main.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "ab5487dd3cd2eeee589ccab642832e11@mail.ru"
    },
    "safari": {
      "strict_min_version": "14",
      "strict_max_version": "20"
    }
  },
  "icons": {
    "12": "img/fontsize_extension_12x12.png",
    "32": "img/fontsize_extension_32x32.png",
    "48": "img/fontsize_extension_48x48.png",
    "64": "img/fontsize_extension_64x64.png",
    "128": "img/fontsize_extension_128x128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*",
        "<all_urls>"
      ],
      "js": [
        "functions.js"
      ],
      "world": "MAIN",
      "run_at": "document_start",
      "all_frames": false
    },
    {
      "matches": [
        "*://*/*",
        "<all_urls>"
      ],
      "js": [
        "start_script.js"
      ],
      "run_at": "document_start",
      "all_frames": false
    },
    {
      "matches": [
        "*://*/*",
        "<all_urls>"
      ],
      "js": [
        "script.js"
      ],
      "css": [
        "style.css"
      ],
      "run_at": "document_end",
      "all_frames": false
    }
  ],
  "host_permissions": [
    "*://*/*",
    "<all_urls>"
  ],
  "permissions": [
    "activeTab",
    "tabs",
    "scripting",
    "storage",
    "cookies",
    "management"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "functions.js",
        "script.js",
        "contentscript.js",
        "start_script.js"
      ],
      "extension_ids": [
        "*"
      ],
      "matches": [
        "*://*/*",
        "<all_urls>"
      ]
    }
  ]
}

Best Customizer styles and scripts Alternatives

Here are some Firefox add-ons that are similar to Customizer styles and scripts: