FimFiction Story Downloader
Allows you to download your entire fimfiction.net library for backup or archive purposes.
FimFiction Story Downloader क्या है?
FimFiction Story Downloader TwiPlusUltra द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Allows you to download your entire fimfiction.net library for backup or archive purposes."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में FimFiction Story Downloader एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | FimFiction Story Downloader |
ID | mblegkamdlokioodlengilabmaficend |
आधिकारिक URL | https://chromewebstore.google.com/detail/fimfiction-story-download/mblegkamdlokioodlengilabmaficend |
विवरण | Allows you to download your entire fimfiction.net library for backup or archive purposes. |
फ़ाइल का आकार | 191 KB |
स्थापना संख्या | 90 |
वर्तमान संस्करण | 1.1.0 |
अंतिम अपडेट | 2018-11-16 |
प्रकाशन तिथि | 2018-11-15 |
रेटिंग | 4.00/5 कुल 3 रेटिंग्स |
डेवलपर | TwiPlusUltra |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/conorpark/FimFicBulkLibDownload |
गोपनीयता नीति पृष्ठ URL | https://pastebin.com/8cy6nst5 |
समर्थित भाषाएँ | 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" ] } ] } |