Nijie Downloader

Image downloader for nijie.info

Nijie Downloader là gì?

Nijie Downloader là một tiện ích mở rộng Chrome được phát triển bởi illustcollector, và tính năng chính của nó là "Image downloader for nijie.info".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Nijie Downloader

Tải xuống các tệp mở rộng Nijie Downloader dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Add a download button to the image page.
Save filename is customizable.

https://github.com/illustcollector/nijie-downloader                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Nijie Downloader Nijie Downloader
ID bpbkpajafcjgmfplbaglgogihjbicfnn
URL Chính Thức https://chrome.google.com/webstore/detail/nijie-downloader/bpbkpajafcjgmfplbaglgogihjbicfnn
Mô tả Image downloader for nijie.info
Kích Thước Tệp 19.76 KB
Số Lần Cài Đặt 2,000
Phiên Bản Hiện Tại 1.1.1
Cập Nhật Lần Cuối 2021-11-03
Ngày Phát Hành 2020-03-23
Đánh Giá 4.00/5 Tổng số 8 Đánh Giá
Nhà Phát Triển illustcollector
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/illustcollector/nijie-downloader
Ngôn Ngữ Được Hỗ Trợ en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Nijie Downloader",
    "version": "1.1.1",
    "default_locale": "en",
    "description": "Image downloader for nijie.info",
    "permissions": [
        "downloads",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "options_page": "options.html",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/nijie.info\/view.php?id=*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "content.css"
            ]
        }
    ],
    "icons": {
        "128": "icon.png"
    }
}