FanfictionUltimate

The ultimate Chrome Extension for the best Fanfiction.net experience.

FanfictionUltimate là gì?

FanfictionUltimate là một tiện ích mở rộng Chrome được phát triển bởi Anupya Pamidimukkala, và tính năng chính của nó là "The ultimate Chrome Extension for the best Fanfiction.net experience.".

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

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng FanfictionUltimate

Tải xuống các tệp mở rộng FanfictionUltimate 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

                        Read your next Dramione, Bedward or Drarry fic with this new Chrome extension!

FanfictionUltimate is the perfect companion to Fanfiction.net. It adds additional functionality in a seamless, easy-to-use manner.

FEATURES

-> Entire Work: Read the entire fanfiction on just 1 page. Highly recommended for readers with slow internet connections so you do not have to wait for the next chapter to load each time.

-> Download: Download any fic with 1 click. Maintain a personal archive of your favourite fics so you can read whenever and wherever you want. 

---------------------------------------------------------

Note from the developer: I am an ardent fan of Fanfiction.net and made this extension for other fans like me. If you have suggestions on other things that this extension could do, leave me a review and I'll try to incorporate it in the next version :)

Happy reading!                    

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

Tên FanfictionUltimate FanfictionUltimate
ID hbhlklehlompfbncnchjocoeabddnmjl
URL Chính Thức https://chrome.google.com/webstore/detail/fanfictionultimate/hbhlklehlompfbncnchjocoeabddnmjl
Mô tả The ultimate Chrome Extension for the best Fanfiction.net experience.
Kích Thước Tệp 1.51 MB
Số Lần Cài Đặt 109
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2019-04-05
Ngày Phát Hành 2019-04-05
Đánh Giá 4.88/5 Tổng số 8 Đánh Giá
Nhà Phát Triển Anupya Pamidimukkala
Loại Thanh Toán in_store
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "FanfictionUltimate",
    "short_name": "FFUltimate",
    "version": "1.0.0",
    "manifest_version": 2,
    "description": "The ultimate Chrome Extension for the best Fanfiction.net experience.",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "homepage_url": "https:\/\/anupya.github.io",
    "content_scripts": [
        {
            "js": [
                "CS_buttons.js"
            ],
            "matches": [
                "*:\/\/www.fanfiction.net\/s\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "default_locale": "en",
    "browser_action": {
        "default_icon": "icon_128.jpeg",
        "default_title": "FanFictionUltimate"
    },
    "icons": {
        "16": "icon_16.jpeg",
        "48": "icon_48.jpeg",
        "128": "icon_128.jpeg"
    },
    "permissions": [
        "unlimitedStorage",
        "tabs",
        "*:\/\/www.fanfiction.net\/*",
        "chrome:\/\/favicon\/"
    ]
}