Iwara Source Downloader

Iwara Source Downloader

Cos'è Iwara Source Downloader?

Iwara Source Downloader è un'estensione di Chrome sviluppata da mmd.watch, e la sua funzione principale è "Iwara Source Downloader".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Iwara Source Downloader

Scarica i file di estensione Iwara Source 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

                        Iwara.tvの動画をSourceのクオリティでダウンロードし、作者名とタイトルをファイル名に付与します。
アドオンを追加した後にIwara.tvの動画ページに遷移し、動画ページの読み込みが終了した後にアイコンをクリックするとダウンロードが開始されます。
Iwara.tvにログインしている状態であれば、ダウンロードと同時にLikeボタンを押すこともできます。                    

Informazioni di Base sull'Estensione

Nome Iwara Source Downloader Iwara Source Downloader
ID fmocacpkofkhpghahooakcdkckjojcjd
URL Ufficiale https://chrome.google.com/webstore/detail/iwara-source-downloader/fmocacpkofkhpghahooakcdkckjojcjd
Descrizione Iwara Source Downloader
Dimensione del File 23.94 KB
Conteggio Installazioni 20,000
Versione Corrente 2.1.1
Ultimo Aggiornamento 2021-12-29
Data di Pubblicazione 2019-07-29
Valutazione 4.54/5 Totale 24 Valutazioni
Sviluppatore mmd.watch
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/mmduser1/iwara_source_downloader
URL della Pagina di Aiuto https://github.com/mmduser1/iwara_source_downloader/issues
URL della Pagina della Politica sulla Privacy https://mmduser1.github.io/privacy
Lingue Supportate 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"
    }
}