Resource Links Extractor

Get all the resource links from one page in one shot to provide support for bulk download.

What is Resource Links Extractor?

Resource Links Extractor is a Chrome extension developed by biminglei, and its main feature is "Get all the resource links from one page in one shot to provide support for bulk download.".

Extension Screenshots

screenshot

Download Resource Links Extractor Extension CRX File

Download Resource Links Extractor 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

                        仅需以下三步即可快速复制一个区域内所有的[相关链接]地址到剪切板,后续可以通过批量下载工具(迅雷)建立批量下载任务,您不再需要对每个目标链接进行复制、粘贴等繁琐的操作。这里的[相关链接]指的是链接的文字具有一定的相关性(如: S01E01.720p.mkv 和 S01E02.720p.mkv),并且在页面的某个独立区域集中显示(如图所示,A, B, C代表3个不同的区域)。

1. 打开您喜欢的资源下载网站(如美剧网站),并进入相应的分集下载页面

2. 在多个目标链接中任意选择一个链接,单击鼠标右键,选"复制链接地址"

3. 点击浏览器导航栏右侧的插件图标"Resource Links Extractor"

Enjoy!                    

Extension Basic Information

Name Resource Links Extractor Resource Links Extractor
ID amnikpekgoejcpelejppemiglnhknhoe
Official URL https://chromewebstore.google.com/detail/resource-links-extractor/amnikpekgoejcpelejppemiglnhknhoe
Description Get all the resource links from one page in one shot to provide support for bulk download.
File Size 49.94 KB
Installation Count 1,577
Current Version 1.0.1
Last Updated 2020-05-21
Publish Date 2020-05-20
Rating 5.00/5 Total 1 Ratings
Developer biminglei
Email [email protected]
Payment Type free
Supported Languages en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "version": "1.0.1",
    "description": "__MSG_appDesc__",
    "default_locale": "zh_CN",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "browser_action": [],
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "js\/jquery-3.5.1.min.js",
                "js\/extractor.js"
            ]
        }
    ],
    "permissions": [
        "clipboardRead",
        "clipboardWrite"
    ]
}