KOT Media - Customize Browser Interface Firefox

Examine source code of KOT Media - Customize Browser Interface

Inspect and view changes in KOT Media - Customize Browser Interface source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "__MSG_extensionName__",
  "version": "1.0",
  "description": "__MSG_extensionDescription__",
  "default_locale": "vi",
  "permissions": [
    "storage",
    "tabs",
    "activeTab",
    "theme"
  ],
  "icons": {
    "128": "assets/icons/icon.png"
  },
  "browser_action": {
    "default_title": "__MSG_extensionName__",
    "default_popup": "popup/popup.html",
    "default_icon": {
      "128": "assets/icons/icon.png"
    }
  },
  "background": {
    "scripts": [
      "background/background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content_scripts/content_script.js"
      ],
      "css": [
        "content_scripts/styles.css"
      ],
      "run_at": "document_start"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{ad97d351-1508-4020-b82c-9127b0d12d18}"
    }
  }
}

Best KOT Media - Customize Browser Interface Alternatives

Here are some Firefox add-ons that are similar to KOT Media - Customize Browser Interface: