Layout Fixer (Исправление раскладки) Firefox

Examine source code of Layout Fixer (Исправление раскладки)

By: logika
Inspect and view changes in Layout Fixer (Исправление раскладки) source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Layout Fixer",
  "version": "2.2",
  "description": "Быстрое исправление текста (Twitch Fix + Ghost Mode)",
  "icons": {
    "48": "icon.png"
  },
  "permissions": [
    "storage",
    "activeTab",
    "contextMenus",
    "<all_urls>"
  ],
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html",
    "default_title": "Layout Fixer"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_start"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "layout-fixer-pc@example.com",
      "strict_min_version": "120.0"
    }
  }
}

Best Layout Fixer (Исправление раскладки) Alternatives

Here are some Firefox add-ons that are similar to Layout Fixer (Исправление раскладки):