Fansly Downloader
Fansly Downloader
Fansly Downloaderคืออะไร?
Fansly Downloader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Red Panda Developer และคุณลักษณะหลักของมันคือ "Fansly Downloader"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Fansly Downloader
ดาวน์โหลดไฟล์ส่วนขยาย Fansly Downloader ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
⬇️ How to use Fansly Downloader? Follow the instructions on the extension pop-up. 🍑 Fansly Downloader features ✓ Shows a pop-up with instructions ✓ Calculates average likes per post ✓ Promotes another extension ✓ No password, API login or permissions required ✓ License key required ✓ Simple and easy to use ✓ 24/7 developer support 💳 Pricing, Return and Refund Policy ● Access all features for just $18.99/month. No account required to sign up, and you can cancel at any time, no questions asked! ● No functionality of this extension is available unless you are subscribed to a paid subscription. ● The available payment methods are Credit/Debit cards. ● Google is not the seller of this service. ● We accept refunds.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Fansly Downloader |
ID | ffjnkelgbofcldeogmapbakobanodkab |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/fansly-downloader/ffjnkelgbofcldeogmapbakobanodkab |
คำอธิบาย | Fansly Downloader |
ขนาดไฟล์ | 17.16 KB |
จำนวนการติดตั้ง | 831 |
เวอร์ชันปัจจุบัน | 1.5 |
อัปเดตครั้งล่าสุด | 2024-02-23 |
วันที่เผยแพร่ | 2022-11-27 |
คะแนน | 1.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | Red Panda Developer |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://sprise.ltd/privacy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "action": { "default_popup": "popup\/payment.html" }, "name": "Fansly Downloader", "description": "Fansly Downloader", "content_scripts": [ { "js": [ "content\/content.js" ], "matches": [ "https:\/\/fansly.com\/*" ] } ], "version": "1.5", "host_permissions": [ "https:\/\/sprise-api.xyz\/*" ], "manifest_version": 3, "permissions": [ "storage" ], "icons": { "128": "assets\/logo.png", "16": "assets\/logo.png", "48": "assets\/logo.png" } } |