FimFiction Story Downloader

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

Wat is FimFiction Story Downloader?

FimFiction Story Downloader is een Chrome-extensie ontwikkeld door TwiPlusUltra, en de belangrijkste functie is "Allows you to download your entire fimfiction.net library for backup or archive purposes.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie FimFiction Story Downloader

Download FimFiction Story 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

                        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.                    

Basisinformatie over de Extensie

Naam FimFiction Story Downloader FimFiction Story Downloader
ID mblegkamdlokioodlengilabmaficend
Officiële URL https://chromewebstore.google.com/detail/fimfiction-story-download/mblegkamdlokioodlengilabmaficend
Beschrijving Allows you to download your entire fimfiction.net library for backup or archive purposes.
Bestandsgrootte 191 KB
Aantal Installaties 90
Huidige Versie 1.1.0
Laatst Bijgewerkt 2018-11-16
Publicatiedatum 2018-11-15
Beoordeling 4.00/5 Totaal 3 Beoordelingen
Ontwikkelaar TwiPlusUltra
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/conorpark/FimFicBulkLibDownload
URL van de Privacybeleid Pagina https://pastebin.com/8cy6nst5
Ondersteunde Talen 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"
            ]
        }
    ]
}