OF Downloader

Helper extension to download media content from any website

What is OF Downloader?

OF Downloader is a Chrome extension developed by Lightning Fast Coder, and its main feature is "Helper extension to download media content from any website".

Extension Screenshots

screenshot

Download OF Downloader Extension CRX File

Download OF Downloader extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        All in one download helper extension lets you download media from any website.                    

Extension Basic Information

Name OF Downloader OF Downloader
ID galbnahkihbedbfnpaljcohpoempedld
Official URL https://chromewebstore.google.com/detail/of-downloader/galbnahkihbedbfnpaljcohpoempedld
Description Helper extension to download media content from any website
File Size 45.13 KB
Installation Count 35
Current Version 1.1
Last Updated 2024-02-06
Publish Date 2024-02-06
Developer Lightning Fast Coder
Email [email protected]
Payment Type in_app
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "OF Downloader",
    "icons": {
        "128": "icon.png"
    },
    "description": "Helper extension to download media content from any website",
    "manifest_version": 3,
    "version": "1.1",
    "permissions": [
        "downloads",
        "cookies"
    ],
    "host_permissions": [
        ""
    ],
    "action": {
        "default_icon": {
            "128": "icon.png"
        },
        "default_title": "Launch OF Downloader"
    },
    "background": {
        "service_worker": "\/js\/background.js"
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.onlyfansdownloader.co\/*"
        ]
    }
}