FimFiction Story Downloader
Allows you to download your entire fimfiction.net library for backup or archive purposes.
什麼是FimFiction Story Downloader?
FimFiction Story Downloader是由TwiPlusUltra開發的Chrome擴展程式,該擴展的主要功能是“Allows you to download your entire fimfiction.net library for backup or archive purposes.”。
擴展截圖
下載FimFiction Story Downloader擴展crx文件
下載FimFiction Story Downloader擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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" ] } ] } |