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是由CDA Industries開發的Chrome擴展程式,該擴展的主要功能是“Downloader for fansly.com. An extension that adds download buttons for Fansly images and videos.”。
擴展截圖
下載Downloader for Fansly.com擴展crx文件
下載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 |
官方網址 | 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" } } |