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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان صفحة سياسة الخصوصية | 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 } } |