Downloader for OnlyFans.com
Downloader for onlyfans.com. An extension that adds download buttons for OnlyFans images and videos.
Downloader for OnlyFans.comคืออะไร?
Downloader for OnlyFans.com เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Alex G และคุณลักษณะหลักของมันคือ "Downloader for onlyfans.com. An extension that adds download buttons for OnlyFans images and videos."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Downloader for OnlyFans.com
ดาวน์โหลดไฟล์ส่วนขยาย Downloader for OnlyFans.com ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Notice: You need to follow/subscribe to the onlyfans.com creator first. *No paywall is bypassed.* *No unauthorized access or download is encouraged, facilitated or enabled.* Features: * Download OnlyFans.com videos. * Download OnlyFans.com images/photos. Disclaimer: OnlyFans is a registered trademark of Fenix International Limited. This Chrome extension (Downloader for OnlyFans.com) isn't in any way affiliated with, sponsored by, or endorsed by Fenix International Limited.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | pdbbabjcnanbkimdgcdfbnghhmchomnh |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/downloader-for-onlyfansco/pdbbabjcnanbkimdgcdfbnghhmchomnh |
คำอธิบาย | Downloader for onlyfans.com. An extension that adds download buttons for OnlyFans images and videos. |
ขนาดไฟล์ | 177 KB |
จำนวนการติดตั้ง | 300,000 |
เวอร์ชันปัจจุบัน | 4.5.14 |
อัปเดตครั้งล่าสุด | 2021-12-08 |
วันที่เผยแพร่ | 2020-09-17 |
คะแนน | 4.13/5 รวมทั้งหมด 221 คะแนน |
ผู้พัฒนา | Alex G |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://jgao.me/privacy-policy |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Downloader for OnlyFans.com", "version": "4.5.14", "description": "Downloader for onlyfans.com. An extension that adds download buttons for OnlyFans images and videos.", "icons": { "128": "\/assets\/icon128.png", "48": "\/assets\/icon48.png", "16": "\/assets\/icon16.png" }, "browser_action": { "default_icon": "\/assets\/icon16.png", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "*:\/\/*.onlyfans.com\/*" ], "js": [ "content.js", "jquery-3.4.1.min.js" ], "run_at": "document_start" } ], "content_security_policy": "script-src 'self' 'sha256-OS4ZP4ITBPTiH6iz\/lNZ3jYl04iBf4QC2VQrEjJTZK4='; object-src 'self'", "permissions": [ "storage", "webRequest", "downloads", "*:\/\/*.onlyfans.com\/*" ], "background": { "scripts": [ "b.js" ], "persistent": true } } |