EasyJAV
自动抓取番号下载链接 Crawl magnet links for videos on JAVLibrary from torrentkitty
EasyJAVคืออะไร?
EasyJAV เป็นส่วนขยายของ Chrome ที่พัฒนาโดย daabb และคุณลักษณะหลักของมันคือ "自动抓取番号下载链接 Crawl magnet links for videos on JAVLibrary from torrentkitty"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย EasyJAV
ดาวน์โหลดไฟล์ส่วนขยาย EasyJAV ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
01.05.2017-增加了对 www.j12lib.com 的支持 -增加了显示文件大小 从torrentkitty.tv自动抓取javlibrary.com上的番号作品,生成下载链接,配合bittorrent下载作品 Automatically crawl magnet links from torrentkitty.tv according to the video number on javlibrary.com. 使用说明(youtube演示 https://www.youtube.com/watch?v=cJRBNtSd2GY ) 1.进入javlibrary.com,点击影片,进入影片页面 2.当链接抓取完成之后,有通知栏弹出(如果通知栏长时间未弹出,请重新加载页面) 3.点击通知栏(或插件图标),链接会显示在弹窗中 4.点击链接,chrome会请求启动外部种子下载软件 5.点击确定,开始下载(如果没有种子下载软件, 建议安装bittorrent) User Guide(youtube demo https://www.youtube.com/watch?v=cJRBNtSd2GY ) 1.Enter javlibrary.com, click desired video, enter video page 2.A notification will popup after magnet links are grabbed from torrentkitty(If notification do not popup, please reload the page) 3.Click on notification(or icon at action bar), links will be displayed in a popup window 4.Click on link, Chrome will ask to execute external torrent software 5.Click 'yes' for download(if there is no external torrent software, we recommend bittorrent)
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | imcdoilpefbgpochlbpainboahlggbok |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/easyjav/imcdoilpefbgpochlbpainboahlggbok |
คำอธิบาย | 自动抓取番号下载链接 Crawl magnet links for videos on JAVLibrary from torrentkitty |
ขนาดไฟล์ | 37.96 KB |
จำนวนการติดตั้ง | 1,000 |
เวอร์ชันปัจจุบัน | 0.4 |
อัปเดตครั้งล่าสุด | 2017-05-01 |
วันที่เผยแพร่ | 2017-05-01 |
คะแนน | 4.53/5 รวมทั้งหมด 15 คะแนน |
ผู้พัฒนา | daabb |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "EasyJAV", "description": "\u81ea\u52a8\u6293\u53d6\u756a\u53f7\u4e0b\u8f7d\u94fe\u63a5 Crawl magnet links for videos on JAVLibrary from torrentkitty", "version": "0.4", "permissions": [ "activeTab", "tabs", "notifications", "https:\/\/ajax.googleapis.com\/", "https:\/\/www.torrentkitty.tv\/*", "http:\/\/www.javlibrary.com\/*", "http:\/\/www.j12lib.com\/*" ], "background": { "scripts": [ "js\/jquery.min.js", "js\/background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "http:\/\/www.javlibrary.com\/*\/?v=*", "http:\/\/www.j12lib.com\/*" ], "js": [ "js\/jquery.min.js", "js\/javlibrary.js" ] } ], "browser_action": { "default_title": "Download Links", "default_icon": "icon\/icon.png" }, "manifest_version": 2 } |