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은(는) Alex G에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Downloader for onlyfans.com. An extension that adds download buttons for OnlyFans images and videos."입니다.
확장 프로그램 스크린샷
Downloader for OnlyFans.com 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
개인정보 보호 정책 페이지 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 } } |