Downloader for Fansly.com
Downloader for fansly.com. An extension that adds download buttons for Fansly images and videos.
Wat is Downloader for Fansly.com?
Downloader for Fansly.com is een Chrome-extensie ontwikkeld door CDA Industries, en de belangrijkste functie is "Downloader for fansly.com. An extension that adds download buttons for Fansly images and videos.".
Extensie Screenshots
Download het CRX-bestand van de extensie Downloader for Fansly.com
Download Downloader for Fansly.com-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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".
Basisinformatie over de Extensie
Naam | |
ID | jgaacnifclemplimidkjfhllbdpmhpoo |
Officiële URL | https://chrome.google.com/webstore/detail/downloader-for-fanslycom/jgaacnifclemplimidkjfhllbdpmhpoo |
Beschrijving | Downloader for fansly.com. An extension that adds download buttons for Fansly images and videos. |
Bestandsgrootte | 17.12 KB |
Aantal Installaties | 20,000 |
Huidige Versie | 2.0.1 |
Laatst Bijgewerkt | 2022-06-01 |
Publicatiedatum | 2021-09-21 |
Beoordeling | 3.73/5 Totaal 41 Beoordelingen |
Ontwikkelaar | CDA Industries |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/Motyldrogi/fansly-downloader/ |
URL van de Privacybeleid Pagina | https://cdaindustries.com/privacy |
Ondersteunde Talen | 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" } } |