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 |
公式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 |
Eメール | [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" } } |