AO3 Enhancement Suite

An extension that aims to improve upon the already great experience on AO3 by adding various additional features.

AO3 Enhancement Suite क्या है?

AO3 Enhancement Suite Dr. Off द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "An extension that aims to improve upon the already great experience on AO3 by adding various additional features."।

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

screenshot
screenshot
screenshot

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

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

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

                        New features currently include:

- Autosaving Comments: Comments will autosave on a per-work basis as you type so you don't lose them if your browser crashes or you close the tab.
- Floating Comment Box: A floating comment box that follows you as you scroll with customizable opacity.
- Hidden Authors & Works: Hide works based on their author, fandoms, amount of fandoms (crossovers), archive warnings, relationships, characters and additional tags.
- Insert Selected Button for the Comment Box: Insert your selected text with customizable formatting.
- Search Presets: Save and reload search parameter presets to quickly find works that suit your tastes now and in the future.
- Tag Collapse: Hide excessive tags on works with a customizable threshold.
- Additional Work Stats: New "Average words per chapter" and "Estimated reading time" stats on works.

All features can be enabled or disabled and some have further customization options!                    

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

नाम AO3 Enhancement Suite AO3 Enhancement Suite
ID bhmneclegcomgehhnoielpcmgjbamblj
आधिकारिक URL https://chromewebstore.google.com/detail/ao3-enhancement-suite/bhmneclegcomgehhnoielpcmgjbamblj
विवरण An extension that aims to improve upon the already great experience on AO3 by adding various additional features.
फ़ाइल का आकार 147 KB
स्थापना संख्या 548
वर्तमान संस्करण 1.4.1
अंतिम अपडेट 2021-06-07
प्रकाशन तिथि 2021-04-12
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर Dr. Off
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/dr-off/ao3-enhancement-suite
सहायता पृष्ठ URL https://github.com/dr-off/ao3-enhancement-suite/issues
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_name__",
    "version": "1.4.1",
    "description": "__MSG_description__",
    "author": "Dr. Off",
    "homepage_url": "https:\/\/github.com\/dr-off\/ao3-enhancement-suite",
    "default_locale": "en",
    "icons": {
        "48": "icons\/logo_48.png",
        "96": "icons\/logo_96.png"
    },
    "background": {
        "scripts": [
            "js\/polyfills\/browser-polyfill.min.js",
            "js\/classes\/Setting.js",
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.archiveofourown.org\/*"
            ],
            "css": [
                "css\/global.css",
                "css\/floating-window.css",
                "css\/features\/comment-box.css"
            ],
            "js": [
                "js\/polyfills\/browser-polyfill.min.js",
                "js\/classes\/ControlSet.js",
                "js\/classes\/DeleteButton.js",
                "js\/classes\/Feature.js",
                "js\/classes\/FloatingWindow.js",
                "js\/classes\/HelpButton.js",
                "js\/classes\/HideList.js",
                "js\/classes\/Modal.js",
                "js\/classes\/NavDropdown.js",
                "js\/classes\/Setting.js",
                "js\/classes\/UserDataManager.js",
                "js\/globals.js",
                "js\/settings.js",
                "js\/nav-dropdown\/about.js",
                "js\/nav-dropdown\/settings.js",
                "js\/nav-dropdown\/manage-hide-lists.js",
                "js\/nav-dropdown\/manage-saved-comments.js",
                "js\/nav-dropdown\/manage-extension-data.js",
                "js\/features\/comment-box.js",
                "js\/features\/hide-works.js",
                "js\/features\/preferences.js",
                "js\/features\/search-presets.js",
                "js\/features\/tag-collapse.js",
                "js\/features\/work-stats.js",
                "js\/execute-features.js"
            ]
        }
    ],
    "permissions": [
        "downloads",
        "storage",
        "unlimitedStorage"
    ]
}