FansApp
The extension helps you promote content on OnlyFans
FansApp란 무엇입니까?
FansApp은(는) http://fansapp.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The extension helps you promote content on OnlyFans"입니다.
확장 프로그램 스크린샷
FansApp 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Automatically follow expired fans as well as new fans. Accelerate the distribution of your content and make more money from your OnlyFans. Adds game-changing features such as: ♻️ FOLLOW YOUR EXPIRED FANS - Did you know that 30-40% of fans are willing to come back if you personally reach out to them? 🤑 FOLLOW NEW FANS - We target people who signed up to OnlyFans a few hours or days ago and subscribed to other creators. That way, you're one of the first account's they see in their notifications. Would you agree that "Hmm, I wonder who is this cute girl" is one of the first things that pops up in their head? 😏 🤖 DAILY AUTOSTART - Following to your unsubscribed fans, as well as following to new fans can happen automatically! To do this, just enable autorun in the extension. 🎯STORE FOLLOWED FANS - Store followed fans in a list, keep track of who you're following or send them messages. Disclaimer: this Chrome Extension is not endorsed or affiliated by OnlyFans. OnlyFans is a registered trademark of Fenix International Ltd.
확장 프로그램 기본 정보
이름 | FansApp |
ID | adagklgpfgiegdahnjfajilgmhdlfecj |
공식 URL | https://chrome.google.com/webstore/detail/fansapp/adagklgpfgiegdahnjfajilgmhdlfecj |
설명 | The extension helps you promote content on OnlyFans |
파일 크기 | 308 KB |
설치 횟수 | 77 |
현재 버전 | 1.4.8 |
최근 업데이트 | 2024-02-13 |
출시 날짜 | 2023-03-04 |
평점 | 4.43/5 총 7 개의 평점 |
개발자 | http://fansapp.io |
이메일 | [email protected] |
결제 유형 | in_app |
확장 프로그램 웹 사이트 | https://fansapp.io |
도움말 페이지 URL | https://fansapp.io/contact |
개인정보 보호 정책 페이지 URL | https://fansapp.co/privacy.html |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "default_locale": "en", "name": "FansApp", "version": "1.4.8", "description": "__MSG_extDescription__", "icons": { "512": "assets\/img\/logo.png" }, "background": { "service_worker": "js\/background.js" }, "permissions": [ "tabs", "storage", "scripting", "unlimitedStorage", "cookies", "webRequest", "notifications" ], "host_permissions": [ "*:\/\/onlyfans.com\/*", "*:\/\/fansapp.co\/*" ], "action": { "default_icon": "assets\/img\/logo.png", "default_popup": "html\/popup.html" }, "content_scripts": [ { "matches": [ "*:\/\/onlyfans.com\/*" ], "js": [ "js\/jquery.js", "js\/sha1.js", "js\/cryptojs.js", "js\/content.js" ], "css": [ "css\/content.css" ] } ], "web_accessible_resources": [ { "resources": [ "assets\/img\/*" ], "matches": [ "*:\/\/onlyfans.com\/*" ] } ] } |