AO3 Enhancements

Various tweaks and enhancements for ArchiveOfOurOwn.org

AO3 Enhancements क्या है?

AO3 Enhancements Jas द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Various tweaks and enhancements for ArchiveOfOurOwn.org"।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Adds various configurable tweaks and enhancements to the fanfiction website ArchiveOfOurOwn.org.

Current enhancements/features:

- Improves blurb (work) stats:
  - Shows Reading time and Finish reading at
  - Shows Kudos/Hits ratio, making it easier to find the amazing works.
- Adds whole new Chapter stats to each chapter
  - Shows Reading time and Finish reading at
  - Shows Published date for each chapter
- Allows hiding works when searching/browsing, based on:
  - The language of the work, and/or
  - How many fandoms the work is in (is it a crossover?), and/or
  - Is it written by certain authors?, and/or
  - Does it have certain tags?
- Can show icons for works you already know about.
  - Works that you have given kudos to
  - Works that you have subscribed to
  - Works that you have bookmarked
- Various style customizations: (only the 1 for now)
  - Adjust the width of a work, making reading on large displays easier
  - Show stats as columns to make them easier to read at a glance
  - Force allignment of work text

Furthermore i strive to make the addon at least as accessible as AO3 itself.
Please do report an issue if that is not the case.

Most of these features are disabled by default.
After installation go to ArchiveOfOurOwn.org and click the new menu button “AO3 Enhancements Options” to go to the options screen.

No data is ever sent to any servers except AO3, everything is stored in your browser.                    

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

नाम AO3 Enhancements AO3 Enhancements
ID eljennickgdbghppcaenkcinjafmnfoi
आधिकारिक URL https://chromewebstore.google.com/detail/ao3-enhancements/eljennickgdbghppcaenkcinjafmnfoi
विवरण Various tweaks and enhancements for ArchiveOfOurOwn.org
फ़ाइल का आकार 208 KB
स्थापना संख्या 10,663
वर्तमान संस्करण 0.3.2
अंतिम अपडेट 2020-07-12
प्रकाशन तिथि 2020-06-22
रेटिंग 4.58/5 कुल 45 रेटिंग्स
डेवलपर Jas
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/jsmnbom/ao3-enhancements
सहायता पृष्ठ URL https://github.com/jsmnbom/ao3-enhancements/issues
समर्थित भाषाएँ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "AO3 Enhancements",
    "version": "0.3.2",
    "description": "Various tweaks and enhancements for ArchiveOfOurOwn.org",
    "author": "Jasmin Bom",
    "icons": {
        "48": "\/icons\/icon-48.png",
        "96": "\/icons\/icon-96.png",
        "128": "\/icons\/icon-128.png"
    },
    "options_ui": {
        "page": "\/options_ui\/options_ui.html",
        "chrome_style": false,
        "open_in_tab": true
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.archiveofourown.org\/*"
            ],
            "js": [
                "\/browser-polyfill.min.js",
                "\/content_script\/content_script.js"
            ],
            "css": [
                "\/content_script\/style.css"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "\/icons\/icon.svg",
        "\/options_ui\/options_ui.html"
    ],
    "permissions": [
        "storage",
        "*:\/\/*.archiveofourown.org\/*"
    ],
    "minimum_chrome_version": "73"
}