Fansly™ Helper
Download content from your Fansly active subscriptions.
Fansly™ Helper란 무엇입니까?
Fansly™ Helper은(는) lovemomentshopify에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Download content from your Fansly active subscriptions."입니다.
확장 프로그램 스크린샷
Fansly™ Helper 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
By installing this extension, you add more features to fanslydownloader.com: Standard download buttons (no right-click is required) Bulk download with a single click Automatic filenames Extended features for supported websites fanslydownloader.com respects your privacy, so this extension is active only when it is necessary.
확장 프로그램 기본 정보
이름 | Fansly™ Helper |
ID | mikklijcekemmkdfbknclapgnibomloh |
공식 URL | https://chrome.google.com/webstore/detail/fansly-helper/mikklijcekemmkdfbknclapgnibomloh |
설명 | Download content from your Fansly active subscriptions. |
파일 크기 | 414 KB |
설치 횟수 | 3,000 |
현재 버전 | 1.4.6 |
최근 업데이트 | 2023-11-20 |
출시 날짜 | 2023-11-06 |
평점 | 2.25/5 총 8 개의 평점 |
개발자 | lovemomentshopify |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://hlsdownloader.com/privacy-policy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "action": [], "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "permissions": [ "storage", "identity", "downloads", "system.display", "scripting" ], "icons": { "16": "src\/assets\/icon-16.png", "48": "src\/assets\/icon-48.png", "128": "src\/assets\/icon-128.png" }, "name": "Fansly\u2122 Helper", "short_name": "Fansly", "description": "Download content from your Fansly active subscriptions.", "version": "1.4.6", "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAon1+HzBMdmt+tTuC\/ykST76Q\/DrcaFb1GAvpHbywvmbEcuY5vseXgVfHdO4npFtZoic4IsgPUYXy21uARatK8gX3gIJEBUNNmVNZcyIubP\/dsGcljYVo3gTiO2RbncIcR73AfdxZd\/aH\/e27xHZpMPwnVuzwTOMULpilllbQRSRnp0Y9vkrMr\/9DABvjS+MVNVfkE3450OnzbcAlGuDQjbMX1Z2LmYfP04MEwxAA1Ay7SmD6Pb\/byelbzJLFiEOuGwBFtDFYVVcdOZHYNswRzje7QXxLlTK6RKSV\/vcj3GpQr0CvHVGTsbMp+Eg\/aREUtVO6dKH+AjOZe6MLLwv\/LQIDAQAB", "oauth2": { "client_id": "180346679292-dgq08v7tnrvot0vmk3kjpu73su6levak.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/userinfo.email" ] }, "host_permissions": [ "*:\/\/*.fansly.com\/*" ], "content_scripts": [ { "js": [ "assets\/content.ts-loader-db8c0243.js" ], "matches": [ "*:\/\/*.fansly.com\/*" ], "css": [ "assets\/style.css" ], "run_at": "document_start", "all_frames": true } ], "web_accessible_resources": [ { "matches": [ "*:\/\/*.fansly.com\/*" ], "resources": [ "assets\/content.ts-8e0e2e27.js" ], "use_dynamic_url": true } ] } |