FimFiction Story Downloader

Allows you to download your entire fimfiction.net library for backup or archive purposes.

FimFiction Story Downloaderคืออะไร?

FimFiction Story Downloader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย TwiPlusUltra และคุณลักษณะหลักของมันคือ "Allows you to download your entire fimfiction.net library for backup or archive purposes."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย FimFiction Story Downloader

ดาวน์โหลดไฟล์ส่วนขยาย 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 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"
            ]
        }
    ]
}