比特球离线下载

针对比特球网盘用户,提供磁力快速离线功能

What is 比特球离线下载?

比特球离线下载 is a Chrome extension developed by black.humour, and its main feature is "针对比特球网盘用户,提供磁力快速离线功能".

Extension Screenshots

screenshot

Download 比特球离线下载 Extension CRX File

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

                        一个识别页面磁力链接的插件工具
针对页面复杂多变的磁力链接, 插件能快速识别,并可以点击后快速一键离线到对应网盘的功能


更新说明:

0.0.5 点击图标离线调整                    

Extension Basic Information

Name 比特球离线下载 比特球离线下载
ID miiidbgmmlbmhcjmmgekepdfcmfopbco
Official URL https://chromewebstore.google.com/detail/%E6%AF%94%E7%89%B9%E7%90%83%E7%A6%BB%E7%BA%BF%E4%B8%8B%E8%BD%BD/miiidbgmmlbmhcjmmgekepdfcmfopbco
Description 针对比特球网盘用户,提供磁力快速离线功能
File Size 1.41 MB
Installation Count 148
Current Version 0.0.5
Last Updated 2019-11-20
Publish Date 2019-11-20
Rating 4.00/5 Total 2 Ratings
Developer black.humour
Email [email protected]
Payment Type free
Privacy Policy Page URL https://sites.google.com/view/plugin-photo-privacy-policy
Supported Languages zh-CN
manifest.json
{
    "name": "\u6bd4\u7279\u7403\u79bb\u7ebf\u4e0b\u8f7d",
    "version": "0.0.5",
    "manifest_version": 2,
    "description": "\u9488\u5bf9\u6bd4\u7279\u7403\u7f51\u76d8\u7528\u6237,\u63d0\u4f9b\u78c1\u529b\u5feb\u901f\u79bb\u7ebf\u529f\u80fd",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "assets\/img\/icons\/icon128.png",
        "48": "assets\/img\/icons\/icon128.png",
        "128": "assets\/img\/icons\/icon128.png"
    },
    "web_accessible_resources": [
        "assets\/img\/icons\/icon128.png"
    ],
    "background": {
        "scripts": [
            "assets\/js\/vendor\/jquery-3.2.1.min.js",
            "dist\/background.entry.js"
        ],
        "persistent": true
    },
    "options_page": "option\/index.html",
    "browser_action": {
        "default_icon": "assets\/img\/icons\/icon128.png",
        "default_title": "\u6bd4\u7279\u7403\u79bb\u7ebf\u4e0b\u8f7d"
    },
    "permissions": [
        "cookies",
        "clipboardRead",
        "clipboardWrite",
        "storage",
        "webRequest",
        "notifications",
        "contextMenus",
        "activeTab",
        "https:\/\/pan.bitqiu.com\/*",
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "assets\/css\/inject.css"
            ]
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "assets\/js\/vendor\/jquery-3.2.1.min.js",
                "assets\/js\/vendor\/underscore.min.js",
                "dist\/inject.entry.js"
            ],
            "run_at": "document_start"
        }
    ],
    "commands": [],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/pingjs.qq.com; object-src 'self'"
}