VkAllChats Firefox

Examine source code of VkAllChats

Inspect and view changes in VkAllChats source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "VkAllChats",
  "version": "1.2",
  "description": "Добавляет кнопки для перехода на следующую и предыдущую беседы в vk",
  "icons": {
    "48": "icon48.png",
    "96": "icon96.png"
  },
  "options_ui": {
    "page": "options.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.vk.com/*",
        "*://*.vkontakte.ru/*"
      ],
      "js": [
        "vkallchats.js"
      ]
    }
  ],
  "permissions": [
    "*://*.vk.com/*",
    "*://*.vkontakte.ru/*",
    "webNavigation",
    "history",
    "tabs",
    "storage",
    "webRequest",
    "webRequestBlocking"
  ]
}

Best VkAllChats Alternatives

Here are some Firefox add-ons that are similar to VkAllChats: