Fanfiction.net Story Parser

Improves the Fanfiction.net and Fictionpress.com Storylist by adding Filter Options. (+ Many more)

Fanfiction.net Story Parser क्या है?

Fanfiction.net Story Parser https://www.mrh-development.de द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Improves the Fanfiction.net and Fictionpress.com Storylist by adding Filter Options. (+ Many more)"।

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

screenshot
screenshot
screenshot

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

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

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

                        A Userscript for www.fanfiction.net that allowes keyword based marking.

----
If you want to send me a Feedback, please do so on GitHub!
---


Feature-List:

- GUI - Customization (change colors, site width, hide story images, disable image hover effect)
- Build filter to search for specific keywords. You can use those filter to:
  - Hide specific stories
  - Change Background / Hover / Info Text Color
  - Mark Chapters (Add a Tag to the name of the Story)
  - List Stories (Add a list of matching stories on the top of the story list)
  - Mention in Headline (Add a notification to the headline, how many elements of one filter has been found)
- Search with filters within the story (You can define the max depth for search)
- Add Config Options for specific Stories (set Marker or Hide Story)
- Pocket Feature: Save an entire story to your Pocket (formally Read It Later) Account
- Color Picker for easy Color selection
- Switch pages with the cursor Keys
- Allow text selection
- Allows endless scrolling
- Allows the sorting of Stories
- Display only mode (Select a filter, only matching stories will be displayed)
- Synchronization via Github                    

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

नाम Fanfiction.net Story Parser Fanfiction.net Story Parser
ID lmebpjghkkjocfmlhggapendhfagdnhe
आधिकारिक URL https://chromewebstore.google.com/detail/fanfictionnet-story-parse/lmebpjghkkjocfmlhggapendhfagdnhe
विवरण Improves the Fanfiction.net and Fictionpress.com Storylist by adding Filter Options. (+ Many more)
फ़ाइल का आकार 192 KB
स्थापना संख्या 780
वर्तमान संस्करण 5.4.10
अंतिम अपडेट 2021-12-31
प्रकाशन तिथि 2018-05-30
रेटिंग 4.14/5 कुल 21 रेटिंग्स
डेवलपर https://www.mrh-development.de
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/MRH4287/FFNetParser
सहायता पृष्ठ URL http://filter.mrh-development.de
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Fanfiction.net Story Parser",
    "description": "Improves the Fanfiction.net and Fictionpress.com Storylist by adding Filter Options. (+ Many more)",
    "version": "5.4.10",
    "manifest_version": 3,
    "author": "Manuel Holzhauser",
    "homepage_url": "http:\/\/www.mrh-development.de",
    "content_scripts": [
        {
            "js": [
                "ffnetlist.user.js"
            ],
            "css": [
                "style.css"
            ],
            "matches": [
                "*:\/\/*.fanfiction.net\/*",
                "*:\/\/*.fictionpress.com\/*"
            ]
        }
    ],
    "icons": {
        "128": "logoMain.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "jquery-1.10.2.min.map",
                "ffnetlist.js.map",
                "style.css",
                "FFNetParser\/*"
            ],
            "matches": [
                "*:\/\/*.fanfiction.net\/*",
                "*:\/\/*.fictionpress.com\/*"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCNP3t27YLSzjzlVeSssd1C9IRqzZ5y67YQaGe10U1p5\/CRgUDfwaEfFWqxGP24hxExlnpelQmIxcmTlKL6iw99Wr7ftPxUe6NGzw\/wiDMOBo8+259ZffLjBrr3tt5TnmVui+S90t8H+Lqe\/qwBT3ZArlk5gwo0ZVSQU6tP567B0QIDAQAB"
}