fimfic2epub

Improved EPUB exporter for Fimfiction

What is fimfic2epub?

fimfic2epub is a Chrome extension developed by djazz, and its main feature is "Improved EPUB exporter for Fimfiction".

Extension Screenshots

screenshot

Download fimfic2epub Extension CRX File

Download fimfic2epub extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This is a Chrome extension to generate improved EPUB ebooks from Fimfiction stories. It replaces the default EPUB download option.                    

Extension Basic Information

Name fimfic2epub fimfic2epub
ID fiijkoniocipeemlflajmmaecfhfcand
Official URL https://chromewebstore.google.com/detail/fimfic2epub/fiijkoniocipeemlflajmmaecfhfcand
Description Improved EPUB exporter for Fimfiction
File Size 1.33 MB
Installation Count 227
Current Version 1.7.57
Last Updated 2024-03-02
Publish Date 2020-03-15
Rating 5.00/5 Total 9 Ratings
Developer djazz
Email [email protected]
Payment Type free
Extension Website https://github.com/daniel-j/fimfic2epub
Help Page URL https://github.com/daniel-j/fimfic2epub/issues
Supported Languages en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "fimfic2epub",
    "short_name": "fimfic2epub",
    "description": "Improved EPUB exporter for Fimfiction",
    "version": "1.7.57",
    "icons": {
        "128": "icon-128.png"
    },
    "background": {
        "scripts": [
            "build\/eventPage.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.fimfiction.net\/*",
                "https:\/\/fimfiction.net\/*"
            ],
            "js": [
                "build\/fimfic2epub.js"
            ],
            "css": [
                "inject.css"
            ]
        }
    ],
    "page_action": {
        "default_icon": "fimfic2epub-logo.png"
    },
    "web_accessible_resources": [
        "fimfic2epub-logo.png"
    ],
    "permissions": [
        "https:\/\/fimfiction.net\/*",
        "https:\/\/*.fimfiction.net\/*",
        "https:\/\/www.googleapis.com\/*",
        "https:\/\/i.ytimg.com\/*",
        "https:\/\/twemoji.maxcdn.com\/*",
        "https:\/\/cdn.jsdelivr.net\/gh\/twitter\/*",
        "storage"
    ],
    "browser_specific_settings": {
        "gecko": {
            "id": "[email protected]"
        }
    }
}