Downloader for OnlyFans Pro

Downloader for onlyfans.com Pro, it allow you download images and videos from OnlyFans and Instagram.

Downloader for OnlyFans Pro란 무엇입니까?

Downloader for OnlyFans Pro은(는) https://www.ivideomate.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Downloader for onlyfans.com Pro, it allow you download images and videos from OnlyFans and Instagram."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Downloader for OnlyFans Pro 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Downloader for onlyfans.com Pro, it allow you download images and videos from OnlyFans and Instagram.

Notice:
You need to follow/subscribe to the onlyfans.com creator first.
*No paywall is bypassed.*
*No unauthorized access or download is encouraged, facilitated or enabled.*

Features:
* Download  videos from OnlyFans.com or instagram.com
* Download  images/photos  from OnlyFans.com or instagram.com.
* It Support Batch Download

Disclaimer:
OnlyFans is a registered trademark of Fenix International Limited. This Chrome extension (Downloader for OnlyFans.com) isn't in any way affiliated with, sponsored by, or endorsed by Fenix International Limited.                    

확장 프로그램 기본 정보

이름 Downloader for OnlyFans Pro Downloader for OnlyFans Pro
ID hemgfhgledaklbloepnflbmphacoodfe
공식 URL https://chrome.google.com/webstore/detail/downloader-for-onlyfans-p/hemgfhgledaklbloepnflbmphacoodfe
설명 Downloader for onlyfans.com Pro, it allow you download images and videos from OnlyFans and Instagram.
파일 크기 108 KB
설치 횟수 7,000
현재 버전 5.2.0
최근 업데이트 2021-01-12
출시 날짜 2021-01-12
평점 1.00/5 총 11 개의 평점
개발자 https://www.ivideomate.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.ivideomate.com/
도움말 페이지 URL https://www.ivideomate.com/contact_us
개인정보 보호 정책 페이지 URL https://ivideomate.com/privacy-policy.html
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": true,
        "scripts": [
            "b.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "jquery-1.4.2.js",
                "jquery.base64.js",
                "jquery.relocation.js",
                "src\/WSUtils.js",
                "src\/VideoDownload.js",
                "src\/VideoDownload2.js",
                "src\/Instagram.plugin.1.0.js",
                "src\/onlyfans.plugin.1.0.js"
            ],
            "css": [
                "assets\/downloadbutton.css"
            ],
            "matches": [
                "https:\/\/*.onlyfans.com\/*",
                "https:\/\/*.instagram.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "*"
    ],
    "permissions": [
        "webRequest",
        "downloads",
        "storage",
        ""
    ],
    "description": "Downloader for onlyfans.com Pro, it allow you download images and videos from OnlyFans and Instagram.",
    "icons": {
        "128": "main.png",
        "48": "main.png"
    },
    "name": "Downloader for OnlyFans Pro",
    "version": "5.2.0",
    "manifest_version": 2
}