Waifu Instrumentality Project

Make https://waifulabs.com/ more usefull. Save your best Waifu!!

Apa itu Waifu Instrumentality Project?

Waifu Instrumentality Project adalah ekstensi Chrome yang dikembangkan oleh Konjac Potage, dan fitur utamanya adalah "Make https://waifulabs.com/ more usefull. Save your best Waifu!!".

Screenshot Ekstensi

Unduh Berkas CRX Ekstensi Waifu Instrumentality Project

Unduh file ekstensi Waifu Instrumentality Project dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        ## Features
- Move UI Buttons
- Right Click → Download
- Middle Click → Change Waifu with keeping current step
- Step jump
- Drag & Drop to load Waifu's parameter
- Prevent browser navigation and [Go back to the intro screen] button and save your Waifu


GitHub: https://github.com/konjac-potage/waifulabs-chrome-extension
Twitter: https://twitter.com/konjac_potage                    

Informasi Dasar Ekstensi

Nama Waifu Instrumentality Project Waifu Instrumentality Project
ID hjfogfnmemddmhlejhdkmnbppeempbgi
URL Resmi https://chromewebstore.google.com/detail/waifu-instrumentality-pro/hjfogfnmemddmhlejhdkmnbppeempbgi
Deskripsi Make https://waifulabs.com/ more usefull. Save your best Waifu!!
Ukuran File 32.61 KB
Jumlah Instalasi 317
Versi Saat Ini 1.0.1
Terakhir Diperbarui 2019-08-19
Tanggal Publikasi 2019-08-18
Penilaian 5.00/5 Total 4 Penilaian
Pengembang Konjac Potage
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "1.0.1",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "web_accessible_resources": [
        "scripts\/content.js"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/waifulabs.com\/"
            ],
            "js": [
                "content_script_loader.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ]
}