WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Django Files

Django Files

View on Chrome Web Store
View Django Files Chrome Extension on Chrome Web Store
Add to bookmarks
0.0 (0 ratings)
5 views
This extension has been viewed 5 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Django Files Web Extension designed to work with github.com/django-files/django-files.
Type
Extension
Users
23 users
1
Shane
View author page of Shane
Published
Published on August 22, 2023
Version 0.8.0
Manifest version
3
Updated
Updated on July 6, 2025
productivity/tools
Extension Category
View on Chrome Web Store
View Django Files Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "0.8.0",
    "name": "Django Files",
    "description": "Django Files Web Extension designed to work with github.com\/django-files\/django-files.",
    "homepage_url": "https:\/\/github.com\/django-files\/web-extension",
    "author": "Shane",
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Alt+Shift+Z"
            },
            "description": "Show Popup"
        },
        "showSidePanel": {
            "suggested_key": {
                "default": "Alt+Shift+S"
            },
            "description": "Show Side Panel"
        },
        "uploadFile": {
            "suggested_key": {
                "default": "Alt+Shift+A"
            },
            "description": "Upload Files"
        },
        "openGallery": {
            "suggested_key": {
                "default": "Alt+Shift+G"
            },
            "description": "Open Gallery"
        }
    },
    "permissions": [
        "activeTab",
        "clipboardWrite",
        "contextMenus",
        "notifications",
        "scripting",
        "storage",
        "offscreen",
        "sidePanel"
    ],
    "background": {
        "type": "module",
        "service_worker": "js\/service-worker.js"
    },
    "options_ui": {
        "page": "html\/options.html",
        "open_in_tab": true
    },
    "action": {
        "default_title": "Django Files",
        "default_popup": "html\/popup.html",
        "default_icon": {
            "16": "media\/logo16.png",
            "32": "media\/logo32.png",
            "48": "media\/logo48.png",
            "96": "media\/logo96.png",
            "128": "media\/logo128.png"
        }
    },
    "icons": {
        "16": "media\/logo16.png",
        "32": "media\/logo32.png",
        "48": "media\/logo48.png",
        "96": "media\/logo96.png",
        "128": "media\/logo128.png"
    },
    "side_panel": {
        "default_path": "html\/sidepanel.html"
    },
    "minimum_chrome_version": "109"
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top