Super Reader FanFiction.net

Makes FanFiction.net a lot more convenient to read

Super Reader FanFiction.net là gì?

Super Reader FanFiction.net là một tiện ích mở rộng Chrome được phát triển bởi Marcus Parsons, và tính năng chính của nó là "Makes FanFiction.net a lot more convenient to read".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Super Reader FanFiction.net

Tải xuống các tệp mở rộng Super Reader FanFiction.net dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        **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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Super Reader FanFiction.net Super Reader FanFiction.net
ID emjnnidoomafmoahfadlekdndkjkdnoi
URL Chính Thức https://chromewebstore.google.com/detail/super-reader-fanfictionne/emjnnidoomafmoahfadlekdndkjkdnoi
Mô tả Makes FanFiction.net a lot more convenient to read
Kích Thước Tệp 777 KB
Số Lần Cài Đặt 212
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2018-11-22
Ngày Phát Hành 2018-11-21
Đánh Giá 3.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Marcus Parsons
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}