動漫花園 DMHY Seed Downloader
A downloader to help you download the seeds from dmhy faster.
Wat is 動漫花園 DMHY Seed Downloader?
動漫花園 DMHY Seed Downloader is een Chrome-extensie ontwikkeld door NakamuraDev, en de belangrijkste functie is "A downloader to help you download the seeds from dmhy faster.".
Download het CRX-bestand van de extensie 動漫花園 DMHY Seed Downloader
Download 動漫花園 DMHY Seed Downloader-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
[適合需要在動漫花園大量下載,但磁力連結經常死連的人]
用法:在任何List頁面按下擴充,頁面的磁連會自動變成種連 Basisinformatie over de Extensie
| Naam | |
| ID | eeoifmncjfjlleddccndpplfminbebil |
| Officiële URL | https://chromewebstore.google.com/detail/%E5%8B%95%E6%BC%AB%E8%8A%B1%E5%9C%92-dmhy-seed-downloader/eeoifmncjfjlleddccndpplfminbebil |
| Beschrijving | A downloader to help you download the seeds from dmhy faster. |
| Bestandsgrootte | 16.02 KB |
| Aantal Installaties | 43 |
| Huidige Versie | 1.0 |
| Laatst Bijgewerkt | 2018-04-28 |
| Publicatiedatum | 2018-04-28 |
| Ontwikkelaar | NakamuraDev |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
}
} | |