FanfictionUltimate

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

FanfictionUltimate क्या है?

FanfictionUltimate Anupya Pamidimukkala द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The ultimate Chrome Extension for the best Fanfiction.net experience."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में FanfictionUltimate एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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!                    

एक्सटेंशन की मूल जानकारी

नाम FanfictionUltimate FanfictionUltimate
ID hbhlklehlompfbncnchjocoeabddnmjl
आधिकारिक URL https://chrome.google.com/webstore/detail/fanfictionultimate/hbhlklehlompfbncnchjocoeabddnmjl
विवरण The ultimate Chrome Extension for the best Fanfiction.net experience.
फ़ाइल का आकार 1.51 MB
स्थापना संख्या 109
वर्तमान संस्करण 1.0.0
अंतिम अपडेट 2019-04-05
प्रकाशन तिथि 2019-04-05
रेटिंग 4.88/5 कुल 8 रेटिंग्स
डेवलपर Anupya Pamidimukkala
भुगतान के प्रकार in_store
समर्थित भाषाएँ 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\/"
    ]
}