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文件
下載FansApp擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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\/*" ] } ] } |