FimFiction Story Downloader
Allows you to download your entire fimfiction.net library for backup or archive purposes.
Qu'est-ce que FimFiction Story Downloader ?
FimFiction Story Downloader est une extension Chrome développée par TwiPlusUltra, et sa fonction principale est "Allows you to download your entire fimfiction.net library for backup or archive purposes.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension FimFiction Story Downloader
Téléchargez les fichiers d'extension FimFiction Story Downloader au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | FimFiction Story Downloader |
ID | mblegkamdlokioodlengilabmaficend |
URL Officiel | https://chromewebstore.google.com/detail/fimfiction-story-download/mblegkamdlokioodlengilabmaficend |
Description | Allows you to download your entire fimfiction.net library for backup or archive purposes. |
Taille du Fichier | 191 KB |
Nombre d'Installations | 90 |
Version Actuelle | 1.1.0 |
Dernière Mise à Jour | 2018-11-16 |
Date de Publication | 2018-11-15 |
Évaluation | 4.00/5 Total 3 Évaluations |
Développeur | TwiPlusUltra |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/conorpark/FimFicBulkLibDownload |
URL de la Page de Politique de Confidentialité | https://pastebin.com/8cy6nst5 |
Langues Prises en Charge | 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" ] } ] } |