Iwara Source Downloader
Iwara Source Downloader
What is Iwara Source Downloader?
Iwara Source Downloader is a Chrome extension developed by mmd.watch, and its main feature is "Iwara Source Downloader".
Extension Screenshots
Download Iwara Source Downloader Extension CRX File
Download Iwara Source 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
Iwara.tvの動画をSourceのクオリティでダウンロードし、作者名とタイトルをファイル名に付与します。 アドオンを追加した後にIwara.tvの動画ページに遷移し、動画ページの読み込みが終了した後にアイコンをクリックするとダウンロードが開始されます。 Iwara.tvにログインしている状態であれば、ダウンロードと同時にLikeボタンを押すこともできます。
Extension Basic Information
Name | |
ID | fmocacpkofkhpghahooakcdkckjojcjd |
Official URL | https://chrome.google.com/webstore/detail/iwara-source-downloader/fmocacpkofkhpghahooakcdkckjojcjd |
Description | Iwara Source Downloader |
File Size | 23.94 KB |
Installation Count | 20,000 |
Current Version | 2.1.1 |
Last Updated | 2021-12-29 |
Publish Date | 2019-07-29 |
Rating | 4.54/5 Total 24 Ratings |
Developer | mmd.watch |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/mmduser1/iwara_source_downloader |
Help Page URL | https://github.com/mmduser1/iwara_source_downloader/issues |
Privacy Policy Page URL | https://mmduser1.github.io/privacy |
Supported Languages | 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" } } |