Super Reader FanFiction.net

Makes FanFiction.net a lot more convenient to read

What is Super Reader FanFiction.net?

Super Reader FanFiction.net is a Chrome extension developed by Marcus Parsons, and its main feature is "Makes FanFiction.net a lot more convenient to read".

Extension Screenshots

screenshot

Download Super Reader FanFiction.net Extension CRX File

Download Super Reader FanFiction.net 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

                        **Used on fanfiction.net

I'm hoping someone can make use of this, so if you like reading Fan Fiction and you're a fan of FanFiction.net, I made what I like to call a "Super Reader". Basically, it puts every single chapter onto one page and then makes it much more readable.


No ads or anything involved. I make no revenue from this. I did this for the love of stories!

I hope you all like it!                    

Extension Basic Information

Name Super Reader FanFiction.net Super Reader FanFiction.net
ID emjnnidoomafmoahfadlekdndkjkdnoi
Official URL https://chromewebstore.google.com/detail/super-reader-fanfictionne/emjnnidoomafmoahfadlekdndkjkdnoi
Description Makes FanFiction.net a lot more convenient to read
File Size 777 KB
Installation Count 212
Current Version 1.0.1
Last Updated 2018-11-22
Publish Date 2018-11-21
Rating 3.00/5 Total 1 Ratings
Developer Marcus Parsons
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Super Reader FanFiction.net",
    "version": "1.0.1",
    "description": "Makes FanFiction.net a lot more convenient to read",
    "icons": {
        "42": "booksicon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.fanfiction.net\/*"
            ],
            "js": [
                "superReader.js"
            ]
        }
    ]
}