Resource Links Extractor
Get all the resource links from one page in one shot to provide support for bulk download.
Qu'est-ce que Resource Links Extractor ?
Resource Links Extractor est une extension Chrome développée par biminglei, et sa fonction principale est "Get all the resource links from one page in one shot to provide support for bulk download.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Resource Links Extractor
Téléchargez les fichiers d'extension Resource Links Extractor au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
仅需以下三步即可快速复制一个区域内所有的[相关链接]地址到剪切板,后续可以通过批量下载工具(迅雷)建立批量下载任务,您不再需要对每个目标链接进行复制、粘贴等繁琐的操作。这里的[相关链接]指的是链接的文字具有一定的相关性(如: S01E01.720p.mkv 和 S01E02.720p.mkv),并且在页面的某个独立区域集中显示(如图所示,A, B, C代表3个不同的区域)。 1. 打开您喜欢的资源下载网站(如美剧网站),并进入相应的分集下载页面 2. 在多个目标链接中任意选择一个链接,单击鼠标右键,选"复制链接地址" 3. 点击浏览器导航栏右侧的插件图标"Resource Links Extractor" Enjoy!
Informations de Base sur l'Extension
Nom | Resource Links Extractor |
ID | amnikpekgoejcpelejppemiglnhknhoe |
URL Officiel | 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. |
Taille du Fichier | 49.94 KB |
Nombre d'Installations | 1,577 |
Version Actuelle | 1.0.1 |
Dernière Mise à Jour | 2020-05-21 |
Date de Publication | 2020-05-20 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | biminglei |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |