動漫花園 DMHY Seed Downloader
A downloader to help you download the seeds from dmhy faster.
Vad är 動漫花園 DMHY Seed Downloader?
動漫花園 DMHY Seed Downloader är en Chrome-tillägg utvecklad av NakamuraDev, och dess huvudfunktion är "A downloader to help you download the seeds from dmhy faster.".
Ladda ner 動漫花園 DMHY Seed Downloader-förlängningens CRX-fil
Ladda ner 動漫花園 DMHY Seed Downloader-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
[適合需要在動漫花園大量下載,但磁力連結經常死連的人]
用法:在任何List頁面按下擴充,頁面的磁連會自動變成種連 Grundläggande Information om Tillägg
| Namn | |
| ID | eeoifmncjfjlleddccndpplfminbebil |
| Officiell webbadress | https://chromewebstore.google.com/detail/%E5%8B%95%E6%BC%AB%E8%8A%B1%E5%9C%92-dmhy-seed-downloader/eeoifmncjfjlleddccndpplfminbebil |
| Beskrivning | A downloader to help you download the seeds from dmhy faster. |
| Filstorlek | 16.02 KB |
| Antal Installationer | 43 |
| Aktuell Version | 1.0 |
| Senast Uppdaterad | 2018-04-28 |
| Publiceringsdatum | 2018-04-28 |
| Utvecklare | NakamuraDev |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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"
}
} | |