Downloader for Fansly.com
Downloader for fansly.com. An extension that adds download buttons for Fansly images and videos.
Was ist Downloader for Fansly.com?
Downloader for Fansly.com ist eine Chrome-Erweiterung, die von CDA Industries entwickelt wurde, und ihr Hauptmerkmal ist "Downloader for fansly.com. An extension that adds download buttons for Fansly images and videos.".
Erweiterungsscreenshots
Downloader for Fansly.com-Erweiterungs-CRX-Datei herunterladen
Laden Sie Downloader for Fansly.com-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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".
Grundlegende Informationen zur Erweiterung
Name | |
ID | jgaacnifclemplimidkjfhllbdpmhpoo |
Offizielle URL | https://chrome.google.com/webstore/detail/downloader-for-fanslycom/jgaacnifclemplimidkjfhllbdpmhpoo |
Beschreibung | Downloader for fansly.com. An extension that adds download buttons for Fansly images and videos. |
Dateigröße | 17.12 KB |
Installationsanzahl | 20,000 |
Aktuelle Version | 2.0.1 |
Letztes Update | 2022-06-01 |
Veröffentlichungsdatum | 2021-09-21 |
Bewertung | 3.73/5 Insgesamt 41 Bewertungen |
Entwickler | CDA Industries |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/Motyldrogi/fansly-downloader/ |
URL der Datenschutzrichtlinien-Seite | https://cdaindustries.com/privacy |
Unterstützte Sprachen | 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" } } |