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.".
Снимки экрана расширения
Скачать файл 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".
Основная информация о расширении
Название | |
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" } } |