OP Downloader

Let you preview/download files from GitLab in the FASTEST way.

What is OP Downloader?

OP Downloader is a Chrome extension developed by PYChen, and its main feature is "Let you preview/download files from GitLab in the FASTEST way.".

Extension Screenshots

screenshot

Download OP Downloader Extension CRX File

Download OP Downloader 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

                        We have a quick and handy solution, a browser extension which helps you view or download files from GitLab/Github very fast! (actually not only PDF files but also all file types)                    

Extension Basic Information

Name OP Downloader OP Downloader
ID gpgdgecijngkecfccmpajadipieldapd
Official URL https://chromewebstore.google.com/detail/op-downloader/gpgdgecijngkecfccmpajadipieldapd
Description Let you preview/download files from GitLab in the FASTEST way.
File Size 35.47 KB
Installation Count 84
Current Version 1.2
Last Updated 2021-01-31
Publish Date 2021-01-20
Rating 5.00/5 Total 2 Ratings
Developer PYChen
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "OP Downloader",
    "version": "1.2",
    "description": "Let you preview\/download files from GitLab in the FASTEST way.",
    "icons": {
        "48": "icons\/icon.png",
        "96": "icons\/icon96.png",
        "128": "icons\/icon128.png"
    },
    "author": "PY Chen & Omega Feng",
    "background": {
        "scripts": [
            "background.js",
            "extensionToMIME.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_end",
            "css": [
                "download-button.css"
            ],
            "js": [
                "download-button.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "icons\/*",
        "imgs\/*"
    ],
    "permissions": [
        "tabs",
        "downloads",
        "https:\/\/github.com\/*",
        "https:\/\/raw.githubusercontent.com\/*"
    ]
}