OF Downloader

Helper extension to download media content from any website

OF Downloaderとは何ですか?

OF DownloaderはLightning Fast Coderによって開発されたChromeの拡張機能で、その主な機能は「Helper extension to download media content from any website」です。

拡張機能のスクリーンショット

screenshot

OF Downloader拡張機能のCRXファイルをダウンロード

OF Downloader拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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

拡張機能の基本情報

名前 OF Downloader OF Downloader
ID galbnahkihbedbfnpaljcohpoempedld
公式URL https://chromewebstore.google.com/detail/of-downloader/galbnahkihbedbfnpaljcohpoempedld
説明 Helper extension to download media content from any website
ファイルサイズ 45.13 KB
インストール数 35
現在のバージョン 1.1
最終更新日 2024-02-06
公開日 2024-02-06
開発者 Lightning Fast Coder
Eメール [email protected]
支払い方法 in_app
対応言語 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\/*"
        ]
    }
}