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

What is Fshare VIP auto download?

Fshare VIP auto download is a Chrome extension developed by Ngoc Tran, and its main feature is "Hỗ trợ tài khoản VIP của Fshare tự động tải file khi truy cập trang chi tiết".

Extension Screenshots

screenshot

Download Fshare VIP auto download Extension CRX File

Download Fshare VIP auto download extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Fshare VIP auto download Fshare VIP auto download
ID eadnilmcaehbdbbembionnfjnkcgmclj
Official URL https://chromewebstore.google.com/detail/fshare-vip-auto-download/eadnilmcaehbdbbembionnfjnkcgmclj
Description Hỗ trợ tài khoản VIP của Fshare tự động tải file khi truy cập trang chi tiết
File Size 43.96 KB
Installation Count 91
Current Version 1.0
Last Updated 2019-06-11
Publish Date 2019-06-11
Rating 1.00/5 Total 2 Ratings
Developer Ngoc Tran
Email [email protected]
Payment Type free
Extension Website https://github.com/ngoctp/fshare-auto
Supported Languages 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"
        }
    ]
}