VOTT filter Firefox

Examine source code of VOTT filter

Inspect and view changes in VOTT filter source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
//  "default_locale": "ru",
  "name": "VOTT filter",
  "description": "Обработка списка комментариев для VOTT.RU",
  "author": "amb@vott.ru",
  "version": "2020.12.8",
  "browser_specific_settings": {
    "gecko": {
      "id": "amb-1@vott.ru",
      "strict_min_version": "63.0"
    }
  },
// Страничка настроек
  "options_ui": {
    "page": "/htm/opt_page.html",
    "browser_style": true,
    "chrome_style": true
  },
// Иконка приложения
  "icons": {
      "128": "/icons/c128.png"
    },
// Кнопка расширения
  "browser_action": {
    "default_icon": "/icons/g128.png",
    "default_popup": "/htm/list.html",
    "default_title": "Мой список",
    "browser_style": true
  },
// Права доступа
  "permissions": [
    "*://vott.ru/*",
    "contextMenus",
    "activeTab",
    "storage"
  ],
// скрипт для страниц
  "content_scripts": [
    {
      "matches": ["*://vott.ru/entry/*"],
      "js": ["/js/common.js", "/js/filter.js"],
      "css": ["/css/filter.css"],
      "run_at": "document_end"
    }
  ],
// фоновый скрипт
  "background": {
    "scripts": ["/js/common.js", "/js/b.js"]
  }
}

Best VOTT filter Alternatives

Here are some Firefox add-ons that are similar to VOTT filter: