Left Slideshow For VK Firefox

Examine source code of Left Slideshow For VK

Inspect and view changes in Left Slideshow For VK source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Left Slideshow For VK",
  "version": "1.0",
  "description": "Проигрыватель слайдшоу в обратном порядке для VK.com. Горячая клавиша по умолчанию: Alt+L. This extension is not affiliated with or endorsed by VK.com or mail.ru.",
  "permissions": [
    "activeTab",
    "storage"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "16": "static/icon16.png",
      "32": "static/icon32.png",
      "48": "static/icon48.png"
    },
    "default_title": "Left Slideshow For VK",
    "default_popup": "popup/popup.html"
  },
  "commands": {
    "toggle-auto": {
      "suggested_key": {
        "default": "Alt+L"
      },
      "description": "Toggle auto-left"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "https://vk.com/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "left-slideshow-for-vk@example.com",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Left Slideshow For VK Alternatives

Here are some Firefox add-ons that are similar to Left Slideshow For VK: