Downloader for OnlyFans Pro

Downloader for onlyfans.com Pro, it allow you download images and videos from OnlyFans and Instagram.

什么是Downloader for OnlyFans Pro?

Downloader for OnlyFans Pro是由https://www.ivideomate.com开发的Chrome扩展程序,该扩展的主要功能是“Downloader for onlyfans.com Pro, it allow you download images and videos from OnlyFans and Instagram.”。

扩展截图

screenshot
screenshot

下载Downloader for OnlyFans Pro扩展crx文件

下载Downloader for OnlyFans Pro扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Downloader for onlyfans.com Pro, it allow you download images and videos from OnlyFans and Instagram.

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  videos from OnlyFans.com or instagram.com
* Download  images/photos  from OnlyFans.com or instagram.com.
* It Support Batch Download

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 Pro Downloader for OnlyFans Pro
ID hemgfhgledaklbloepnflbmphacoodfe
官方URL https://chrome.google.com/webstore/detail/downloader-for-onlyfans-p/hemgfhgledaklbloepnflbmphacoodfe
简介 Downloader for onlyfans.com Pro, it allow you download images and videos from OnlyFans and Instagram.
文件大小 108 KB
安装次数 7,000
当前版本 5.2.0
更新时间 2021-01-12
上架时间 2021-01-12
评分 1.00/5 共11次评分
开发者 https://www.ivideomate.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.ivideomate.com/
帮助页面URL https://www.ivideomate.com/contact_us
隐私政策页面URL https://ivideomate.com/privacy-policy.html
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": true,
        "scripts": [
            "b.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "jquery-1.4.2.js",
                "jquery.base64.js",
                "jquery.relocation.js",
                "src\/WSUtils.js",
                "src\/VideoDownload.js",
                "src\/VideoDownload2.js",
                "src\/Instagram.plugin.1.0.js",
                "src\/onlyfans.plugin.1.0.js"
            ],
            "css": [
                "assets\/downloadbutton.css"
            ],
            "matches": [
                "https:\/\/*.onlyfans.com\/*",
                "https:\/\/*.instagram.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "*"
    ],
    "permissions": [
        "webRequest",
        "downloads",
        "storage",
        ""
    ],
    "description": "Downloader for onlyfans.com Pro, it allow you download images and videos from OnlyFans and Instagram.",
    "icons": {
        "128": "main.png",
        "48": "main.png"
    },
    "name": "Downloader for OnlyFans Pro",
    "version": "5.2.0",
    "manifest_version": 2
}