Iwara Source Downloader
Iwara Source Downloader
Wat is Iwara Source Downloader?
Iwara Source Downloader is een Chrome-extensie ontwikkeld door mmd.watch, en de belangrijkste functie is "Iwara Source Downloader".
Extensie Screenshots
Download het CRX-bestand van de extensie Iwara Source Downloader
Download Iwara Source 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
Iwara.tvの動画をSourceのクオリティでダウンロードし、作者名とタイトルをファイル名に付与します。 アドオンを追加した後にIwara.tvの動画ページに遷移し、動画ページの読み込みが終了した後にアイコンをクリックするとダウンロードが開始されます。 Iwara.tvにログインしている状態であれば、ダウンロードと同時にLikeボタンを押すこともできます。
Basisinformatie over de Extensie
Naam | |
ID | fmocacpkofkhpghahooakcdkckjojcjd |
Officiële URL | https://chrome.google.com/webstore/detail/iwara-source-downloader/fmocacpkofkhpghahooakcdkckjojcjd |
Beschrijving | Iwara Source Downloader |
Bestandsgrootte | 23.94 KB |
Aantal Installaties | 20,000 |
Huidige Versie | 2.1.1 |
Laatst Bijgewerkt | 2021-12-29 |
Publicatiedatum | 2019-07-29 |
Beoordeling | 4.54/5 Totaal 24 Beoordelingen |
Ontwikkelaar | mmd.watch |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/mmduser1/iwara_source_downloader |
Help Pagina-URL | https://github.com/mmduser1/iwara_source_downloader/issues |
URL van de Privacybeleid Pagina | https://mmduser1.github.io/privacy |
Ondersteunde Talen | de,en,zh-CN,zh-TW,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Iwara Source Downloader", "version": "2.1.1", "default_locale": "ja", "description": "Iwara Source Downloader", "icons": { "48": "icons\/icon-48.png" }, "permissions": [ "tabs", "downloads", "storage", "webRequest", "webRequestBlocking", "*:\/\/*.iwara.tv\/file.php*" ], "page_action": { "default_icon": "icons\/icon-48.png", "default_title": "Iwara Source Downloader" }, "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/*.iwara.tv\/videos\/*" ], "js": [ "content_scripts\/down.js" ] } ], "options_ui": { "page": "options\/options.html" } } |