動漫花園 DMHY Seed Downloader
A downloader to help you download the seeds from dmhy faster.
What is 動漫花園 DMHY Seed Downloader?
動漫花園 DMHY Seed Downloader is a Chrome extension developed by NakamuraDev, and its main feature is "A downloader to help you download the seeds from dmhy faster.".
Download 動漫花園 DMHY Seed Downloader Extension CRX File
Download 動漫花園 DMHY Seed Downloader 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
[適合需要在動漫花園大量下載,但磁力連結經常死連的人] 用法:在任何List頁面按下擴充,頁面的磁連會自動變成種連
Extension Basic Information
Name | 動漫花園 DMHY Seed Downloader |
ID | eeoifmncjfjlleddccndpplfminbebil |
Official URL | https://chromewebstore.google.com/detail/%E5%8B%95%E6%BC%AB%E8%8A%B1%E5%9C%92-dmhy-seed-downloader/eeoifmncjfjlleddccndpplfminbebil |
Description | A downloader to help you download the seeds from dmhy faster. |
File Size | 16.02 KB |
Installation Count | 43 |
Current Version | 1.0 |
Last Updated | 2018-04-28 |
Publish Date | 2018-04-28 |
Developer | NakamuraDev |
[email protected] | |
Payment Type | free |
Supported Languages | zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "\u52d5\u6f2b\u82b1\u5712 DMHY Seed Downloader", "version": "1.0", "description": "A downloader to help you download the seeds from dmhy faster.", "permissions": [ "activeTab", "declarativeContent" ], "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "page_action": { "default_popup": "html\/popup.html", "default_icon": { "16": "images\/DMHY-Chrome-Icon-16.png", "32": "images\/DMHY-Chrome-Icon-32.png", "48": "images\/DMHY-Chrome-Icon-48.png", "128": "images\/DMHY-Chrome-Icon-128.png" } }, "icons": { "16": "images\/DMHY-Chrome-Icon-16.png", "32": "images\/DMHY-Chrome-Icon-32.png", "48": "images\/DMHY-Chrome-Icon-48.png", "128": "images\/DMHY-Chrome-Icon-128.png" } } |