FimFiction Story Downloader
Allows you to download your entire fimfiction.net library for backup or archive purposes.
What is FimFiction Story Downloader?
FimFiction Story Downloader is a Chrome extension developed by TwiPlusUltra, and its main feature is "Allows you to download your entire fimfiction.net library for backup or archive purposes.".
Extension Screenshots
Download FimFiction Story Downloader Extension CRX File
Download FimFiction Story 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
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.
Extension Basic Information
Name | FimFiction Story Downloader |
ID | mblegkamdlokioodlengilabmaficend |
Official URL | https://chromewebstore.google.com/detail/fimfiction-story-download/mblegkamdlokioodlengilabmaficend |
Description | Allows you to download your entire fimfiction.net library for backup or archive purposes. |
File Size | 191 KB |
Installation Count | 90 |
Current Version | 1.1.0 |
Last Updated | 2018-11-16 |
Publish Date | 2018-11-15 |
Rating | 4.00/5 Total 3 Ratings |
Developer | TwiPlusUltra |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/conorpark/FimFicBulkLibDownload |
Privacy Policy Page URL | https://pastebin.com/8cy6nst5 |
Supported Languages | 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" ] } ] } |