OnlyFans Expired Fans Follower

Save time and money by using this chrome extension to automatically follow your expired fans on OnlyFans.

OnlyFans Expired Fans Follower란 무엇입니까?

OnlyFans Expired Fans Follower은(는) DevsOF에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Save time and money by using this chrome extension to automatically follow your expired fans on OnlyFans."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        This extension allows you to follow all of your expired fans. Rather than going through one by one this will automate the process. 

After this you'll be able to follow all of your expired fans and drastically increase your earning potential by sending mass PPV messages to all of your expired fans.

This tool is being used by the top 0% of Only Fans creators.

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 (OnlyFans Expired Fans / Subscribers Follower) isn't in any way affiliated with, sponsored by, or endorsed by Fenix International Limited.                    

확장 프로그램 기본 정보

이름 OnlyFans Expired Fans Follower OnlyFans Expired Fans Follower
ID climdbjemlgfgekfmnajmlgfhcgjgmck
공식 URL https://chromewebstore.google.com/detail/onlyfans-expired-fans-fol/climdbjemlgfgekfmnajmlgfhcgjgmck
설명 Save time and money by using this chrome extension to automatically follow your expired fans on OnlyFans.
파일 크기 222 KB
설치 횟수 129
현재 버전 1.0.6.2
최근 업데이트 2022-02-04
출시 날짜 2021-05-28
평점 3.40/5 총 5 개의 평점
개발자 DevsOF
이메일 [email protected]
결제 유형 in_app
지원되는 언어 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "OnlyFans Expired Fans Follower",
    "description": "Save time and money by using this chrome extension to automatically follow your expired fans on OnlyFans.",
    "version": "1.0.6.2",
    "icons": {
        "128": "\/project\/img\/logo.png",
        "512": "\/project\/img\/logo.png"
    },
    "browser_action": {
        "default_icon": "\/project\/img\/logo.png",
        "default_popup": "\/chromane\/pages\/popup\/index.html"
    },
    "background": {
        "scripts": [
            "\/chromane\/lib\/jquery.min.js",
            "\/chromane\/lib\/chromane.js",
            "\/chromane\/js\/common.js",
            "\/project\/config.js",
            "\/chromane\/js\/bg\/ctrl_bg.js",
            "\/chromane\/js\/bg\/main.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "all_frames": false,
            "run_at": "document_start",
            "matches": [
                "https:\/\/onlyfans.com\/*"
            ],
            "js": [
                "\/chromane\/lib\/jquery.min.js",
                "\/chromane\/lib\/chromane.js",
                "\/chromane\/js\/common.js",
                "\/chromane\/js\/cs\/ctrl_main.js",
                "\/chromane\/js\/cs\/ctrl_toolbar.js",
                "\/project\/cs_event_handlers.js",
                "\/project\/config.js",
                "\/chromane\/js\/cs\/main.js"
            ]
        }
    ],
    "permissions": [
        "https:\/\/*.onlyfans.com\/*",
        "storage",
        "unlimitedStorage",
        "webRequest"
    ],
    "web_accessible_resources": [
        "\/*"
    ]
}