Downloader for Fansly.com
Downloader for fansly.com. An extension that adds download buttons for Fansly images and videos.
Qu'est-ce que Downloader for Fansly.com ?
Downloader for Fansly.com est une extension Chrome développée par CDA Industries, et sa fonction principale est "Downloader for fansly.com. An extension that adds download buttons for Fansly images and videos.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Downloader for Fansly.com
Téléchargez les fichiers d'extension Downloader for Fansly.com au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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".
Informations de Base sur l'Extension
Nom | |
ID | jgaacnifclemplimidkjfhllbdpmhpoo |
URL Officiel | https://chrome.google.com/webstore/detail/downloader-for-fanslycom/jgaacnifclemplimidkjfhllbdpmhpoo |
Description | Downloader for fansly.com. An extension that adds download buttons for Fansly images and videos. |
Taille du Fichier | 17.12 KB |
Nombre d'Installations | 20,000 |
Version Actuelle | 2.0.1 |
Dernière Mise à Jour | 2022-06-01 |
Date de Publication | 2021-09-21 |
Évaluation | 3.73/5 Total 41 Évaluations |
Développeur | CDA Industries |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/Motyldrogi/fansly-downloader/ |
URL de la Page de Politique de Confidentialité | https://cdaindustries.com/privacy |
Langues Prises en Charge | 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" } } |