Downloader for Fansly.com

Downloader for fansly.com. An extension that adds download buttons for Fansly images and videos.

什么是Downloader for Fansly.com?

Downloader for Fansly.com是由CDA Industries开发的Chrome扩展程序,该扩展的主要功能是“Downloader for fansly.com. An extension that adds download buttons for Fansly images and videos.”。

扩展截图

screenshot

下载Downloader for Fansly.com扩展crx文件

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

扩展使用说明

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

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

Disclaimer:
"Fansly" or fansly.com is operated by Select Media LLC as stated on their "Contact" page. This Chrome extension (Downloader for fansly.com) isn't in any way affiliated with, sponsored by, or endorsed by Select Media LLC or "Fansly".                    

扩展基本信息

名称 Downloader for Fansly.com Downloader for Fansly.com
ID jgaacnifclemplimidkjfhllbdpmhpoo
官方URL https://chrome.google.com/webstore/detail/downloader-for-fanslycom/jgaacnifclemplimidkjfhllbdpmhpoo
简介 Downloader for fansly.com. An extension that adds download buttons for Fansly images and videos.
文件大小 17.12 KB
安装次数 20,000
当前版本 2.0.1
更新时间 2022-06-01
上架时间 2021-09-21
评分 3.73/5 共41次评分
开发者 CDA Industries
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/Motyldrogi/fansly-downloader/
隐私政策页面URL https://cdaindustries.com/privacy
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Downloader for Fansly.com",
    "description": "Downloader for fansly.com. An extension that adds download buttons for Fansly images and videos.",
    "version": "2.0.1",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/fansly.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "style.css"
            ],
            "all_frames": true
        }
    ],
    "icons": {
        "16": "\/images\/icon-16.png",
        "32": "\/images\/icon-32.png",
        "48": "\/images\/icon-48.png",
        "128": "\/images\/icon-128.png"
    }
}