FimFiction Story Downloader

Allows you to download your entire fimfiction.net library for backup or archive purposes.

Apa itu FimFiction Story Downloader?

FimFiction Story Downloader adalah ekstensi Chrome yang dikembangkan oleh TwiPlusUltra, dan fitur utamanya adalah "Allows you to download your entire fimfiction.net library for backup or archive purposes.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi FimFiction Story Downloader

Unduh file ekstensi FimFiction Story Downloader 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

                        This extension allows users to bulk download stories from their story libraries on Fimfiction.net. The bulk download functionality presents a much easier alternative to downloading each story individually. Three file types are available, TXT, HTML, and EPUB. Simply navigate to your library, select the file type, and download.                    

Informasi Dasar Ekstensi

Nama FimFiction Story Downloader FimFiction Story Downloader
ID mblegkamdlokioodlengilabmaficend
URL Resmi https://chromewebstore.google.com/detail/fimfiction-story-download/mblegkamdlokioodlengilabmaficend
Deskripsi Allows you to download your entire fimfiction.net library for backup or archive purposes.
Ukuran File 191 KB
Jumlah Instalasi 90
Versi Saat Ini 1.1.0
Terakhir Diperbarui 2018-11-16
Tanggal Publikasi 2018-11-15
Penilaian 4.00/5 Total 3 Penilaian
Pengembang TwiPlusUltra
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/conorpark/FimFicBulkLibDownload
URL Halaman Kebijakan Privasi https://pastebin.com/8cy6nst5
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "FimFiction Story Downloader",
    "version": "1.1.0",
    "description": "Allows you to download your entire fimfiction.net library for backup or archive purposes.",
    "icons": {
        "128": "icon.png"
    },
    "browser_action": {
        "default_title": "Download Library Stories",
        "default_popup": "popup.html"
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "activeTab",
        "tabs",
        "https:\/\/fimfiction.net\/*",
        "downloads",
        "contentSettings"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "jquery.js",
                "content.js"
            ]
        }
    ]
}