Downloader for OnlyFans.com

Downloader for onlyfans.com. An extension that adds download buttons for OnlyFans images and videos.

Downloader for OnlyFans.comとは何ですか?

Downloader for OnlyFans.comはAlex Gによって開発されたChromeの拡張機能で、その主な機能は「Downloader for onlyfans.com. An extension that adds download buttons for OnlyFans images and videos.」です。

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

screenshot

Downloader for OnlyFans.com拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Notice:
You need to follow/subscribe to the onlyfans.com creator first.
*No paywall is bypassed.*
*No unauthorized access or download is encouraged, facilitated or enabled.*

Features:
* Download OnlyFans.com videos.
* Download OnlyFans.com images/photos.

Disclaimer:
OnlyFans is a registered trademark of Fenix International Limited. This Chrome extension (Downloader for OnlyFans.com) isn't in any way affiliated with, sponsored by, or endorsed by Fenix International Limited.                    

拡張機能の基本情報

名前 Downloader for OnlyFans.com Downloader for OnlyFans.com
ID pdbbabjcnanbkimdgcdfbnghhmchomnh
公式URL https://chrome.google.com/webstore/detail/downloader-for-onlyfansco/pdbbabjcnanbkimdgcdfbnghhmchomnh
説明 Downloader for onlyfans.com. An extension that adds download buttons for OnlyFans images and videos.
ファイルサイズ 177 KB
インストール数 300,000
現在のバージョン 4.5.14
最終更新日 2021-12-08
公開日 2020-09-17
評価 4.13/5 合計 221 レビュー
開発者 Alex G
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://jgao.me/privacy-policy
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Downloader for OnlyFans.com",
    "version": "4.5.14",
    "description": "Downloader for onlyfans.com. An extension that adds download buttons for OnlyFans images and videos.",
    "icons": {
        "128": "\/assets\/icon128.png",
        "48": "\/assets\/icon48.png",
        "16": "\/assets\/icon16.png"
    },
    "browser_action": {
        "default_icon": "\/assets\/icon16.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.onlyfans.com\/*"
            ],
            "js": [
                "content.js",
                "jquery-3.4.1.min.js"
            ],
            "run_at": "document_start"
        }
    ],
    "content_security_policy": "script-src 'self' 'sha256-OS4ZP4ITBPTiH6iz\/lNZ3jYl04iBf4QC2VQrEjJTZK4='; object-src 'self'",
    "permissions": [
        "storage",
        "webRequest",
        "downloads",
        "*:\/\/*.onlyfans.com\/*"
    ],
    "background": {
        "scripts": [
            "b.js"
        ],
        "persistent": true
    }
}