Quick Screenshot Scene Firefox

Examine source code of Quick Screenshot Scene

By: Nhi
Inspect and view changes in Quick Screenshot Scene source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Quick Screenshot Scene",
  "version": "1.0.0",
  "description": "Nhấn phím tắt khi xem phim hợp lệ để chụp một khung hình nhỏ và lưu trong thư viện tiện ích. Không tải phim.",
  "browser_specific_settings": {
    "gecko": {
      "id": "quickscreenshotscene@addons.mozilla.org",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "permissions": [
    "activeTab",
    "storage"
  ],
  "commands": {
    "capture-scene": {
      "suggested_key": {
        "default": "Alt+Shift+S"
      },
      "description": "Chụp cảnh phim hiện tại"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "capture.js"
      ]
    }
  ],
  "action": {
    "default_popup": "gallery.html"
  },
  "icons": {
    "48": "icon.png"
  }
}

Best Quick Screenshot Scene Alternatives

Here are some Firefox add-ons that are similar to Quick Screenshot Scene: