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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย CDA Industries และคุณลักษณะหลักของมันคือ "Downloader for fansly.com. An extension that adds download buttons for Fansly images and videos."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Downloader for Fansly.com

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    }
}