Resource Links Extractor

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

Wat is Resource Links Extractor?

Resource Links Extractor is een Chrome-extensie ontwikkeld door biminglei, en de belangrijkste functie is "Get all the resource links from one page in one shot to provide support for bulk download.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Resource Links Extractor

Download Resource Links Extractor-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

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

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

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

Enjoy!                    

Basisinformatie over de Extensie

Naam Resource Links Extractor Resource Links Extractor
ID amnikpekgoejcpelejppemiglnhknhoe
Officiële URL https://chromewebstore.google.com/detail/resource-links-extractor/amnikpekgoejcpelejppemiglnhknhoe
Beschrijving Get all the resource links from one page in one shot to provide support for bulk download.
Bestandsgrootte 49.94 KB
Aantal Installaties 1,577
Huidige Versie 1.0.1
Laatst Bijgewerkt 2020-05-21
Publicatiedatum 2020-05-20
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar biminglei
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    ]
}