Expired Fans / Subscribers Follower

Allows an Only Fans performer / creator to follow all of their expired fans / subscribers instantly. Earn more by sending out P-P-V.

Expired Fans / Subscribers Follower란 무엇입니까?

Expired Fans / Subscribers Follower은(는) http://expiredfans.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Allows an Only Fans performer / creator to follow all of their expired fans / subscribers instantly. Earn more by sending out P-P-V."입니다.

확장 프로그램 스크린샷

screenshot

Expired Fans / Subscribers Follower 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        This tool allows any perfomer / creator on Only Fans to easily and safely follow all of their expired fans / subscribers in an instant without having to spend days / months following each one. 

Once you have followed all of your expired fans you can send out mass Pay-Per-View Messages to these users.

The Orginal and Trusted Tool. Over 500 purchases to date.

Once installed. Please go to onlyfans.com, make sure you are logged in to your profile and wait a few mintues for the tool to show up on the right side of the homepage.

Disclaimer:
OnlyFans is a registered trademark of Fenix International Limited. This Chrome extension (Expired Fans / Subscribers Follower) isn't in any way affiliated with, sponsored by, or endorsed by Fenix International Limited.                    

확장 프로그램 기본 정보

이름 Expired Fans / Subscribers Follower Expired Fans / Subscribers Follower
ID bkpggjkhmcgihpbefigjfeflmlnjinph
공식 URL https://chrome.google.com/webstore/detail/expired-fans-subscribers/bkpggjkhmcgihpbefigjfeflmlnjinph
설명 Allows an Only Fans performer / creator to follow all of their expired fans / subscribers instantly. Earn more by sending out P-P-V.
파일 크기 49.25 KB
설치 횟수 176
현재 버전 8.2.6
최근 업데이트 2022-08-05
출시 날짜 2022-01-20
개발자 http://expiredfans.com
이메일 [email protected]
결제 유형 in_app
확장 프로그램 웹 사이트 https://expiredfans.com/
도움말 페이지 URL https://support.expiredfans.com/
개인정보 보호 정책 페이지 URL https://cdaindustries.com/privacy
지원되는 언어 en,en-GB,en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_application_title__",
    "description": "__MSG_application_description__",
    "version": "8.2.6",
    "homepage_url": "https:\/\/www.expiredfans.com\/",
    "default_locale": "en",
    "incognito": "not_allowed",
    "permissions": [
        "tabs",
        "storage",
        "cookies",
        "webRequest",
        "unlimitedStorage",
        "https:\/\/onlyfans.com\/*",
        "https:\/\/localhost\/*"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.expiredfans.com\/*",
            "*:\/\/expiredfans.com\/*"
        ]
    },
    "background": {
        "scripts": [
            "js\/sha1.js",
            "js\/background.js"
        ],
        "persistent": true
    },
    "web_accessible_resources": [
        "js\/inject.js",
        "js\/sha1.js",
        "css\/inject.css"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/onlyfans.com\/*"
            ],
            "run_at": "document_start",
            "js": [
                "js\/main.js"
            ]
        }
    ],
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "manifest_version": 2
}