動漫花園 DMHY Seed Downloader
A downloader to help you download the seeds from dmhy faster.
Cos'è 動漫花園 DMHY Seed Downloader?
動漫花園 DMHY Seed Downloader è un'estensione di Chrome sviluppata da NakamuraDev, e la sua funzione principale è "A downloader to help you download the seeds from dmhy faster.".
Scarica il file CRX dell'estensione 動漫花園 DMHY Seed Downloader
Scarica i file di estensione 動漫花園 DMHY Seed Downloader in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
[適合需要在動漫花園大量下載,但磁力連結經常死連的人] 用法:在任何List頁面按下擴充,頁面的磁連會自動變成種連
Informazioni di Base sull'Estensione
Nome | 動漫花園 DMHY Seed Downloader |
ID | eeoifmncjfjlleddccndpplfminbebil |
URL Ufficiale | https://chromewebstore.google.com/detail/%E5%8B%95%E6%BC%AB%E8%8A%B1%E5%9C%92-dmhy-seed-downloader/eeoifmncjfjlleddccndpplfminbebil |
Descrizione | A downloader to help you download the seeds from dmhy faster. |
Dimensione del File | 16.02 KB |
Conteggio Installazioni | 43 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2018-04-28 |
Data di Pubblicazione | 2018-04-28 |
Sviluppatore | NakamuraDev |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |