Fshare VIP auto download

Hỗ trợ tài khoản VIP của Fshare tự động tải file khi truy cập trang chi tiết

Fshare VIP auto download란 무엇입니까?

Fshare VIP auto download은(는) Ngoc Tran에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Hỗ trợ tài khoản VIP của Fshare tự động tải file khi truy cập trang chi tiết"입니다.

확장 프로그램 스크린샷

screenshot

Fshare VIP auto download 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Phần mở rộng này sẽ giúp bạn tự động tải file, giúp bạn tiết kiệm thời gian ấn download từng file một.
Ngoài ra quảng cáo sau khi ấn nút tải file cũng được gỡ bỏ.

Để đảm bảo tiện ích này không lấy cắp thông tin tài khoản của người dùng, bạn có thể kiểm tra mã nguồn tại đây https://github.com/ngoctp/fshare-auto                    

확장 프로그램 기본 정보

이름 Fshare VIP auto download Fshare VIP auto download
ID eadnilmcaehbdbbembionnfjnkcgmclj
공식 URL https://chromewebstore.google.com/detail/fshare-vip-auto-download/eadnilmcaehbdbbembionnfjnkcgmclj
설명 Hỗ trợ tài khoản VIP của Fshare tự động tải file khi truy cập trang chi tiết
파일 크기 43.96 KB
설치 횟수 91
현재 버전 1.0
최근 업데이트 2019-06-11
출시 날짜 2019-06-11
평점 1.00/5 총 2 개의 평점
개발자 Ngoc Tran
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/ngoctp/fshare-auto
지원되는 언어 vi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Fshare VIP auto download",
    "version": "1.0",
    "description": "H\u1ed7 tr\u1ee3 t\u00e0i kho\u1ea3n VIP c\u1ee7a Fshare t\u1ef1 \u0111\u1ed9ng t\u1ea3i file khi truy c\u1eadp trang chi ti\u1ebft",
    "icons": {
        "16": "icons\/fa-16.png",
        "48": "icons\/fa-48.png",
        "128": "icons\/fa-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.fshare.vn\/file\/*"
            ],
            "js": [
                "lib\/jquery-3.4.1.slim.min.js",
                "fshare.js"
            ],
            "run_at": "document_end"
        }
    ]
}