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.                     拡張機能の基本情報
| 名前 |   |  
| 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 | 
| Eメール | [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"
            ]
        }
    ]
}  |  |