AO3 Disco

Discover fanfiction you'll love on Archive Of Our Own.

What is AO3 Disco?

AO3 Disco is a Chrome extension developed by https://ao3-disco.app, and its main feature is "Discover fanfiction you'll love on Archive Of Our Own.".

Extension Screenshots

screenshot
screenshot

Download AO3 Disco Extension CRX File

Download AO3 Disco extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        The AO3 Discovery Engine provides recommendations for fanfiction on Archive Of Our Own. Whenever you finish a work on AO3, scroll to the bottom of the page and find our top three picks for what you should read next; or, click the "Discover More" button to get additional recommendations, apply search filters, and more!                    

Extension Basic Information

Name AO3 Disco AO3 Disco
ID mnjgnelkpnjdcdnljbepmpnljdglgneb
Official URL https://chromewebstore.google.com/detail/ao3-disco/mnjgnelkpnjdcdnljbepmpnljdglgneb
Description Discover fanfiction you'll love on Archive Of Our Own.
File Size 655 KB
Installation Count 73
Current Version 0.4
Last Updated 2023-08-02
Publish Date 2023-07-27
Rating 5.00/5 Total 4 Ratings
Developer https://ao3-disco.app
Email [email protected]
Payment Type free
Extension Website https://ao3-disco.app/preview
Help Page URL https://ao3-disco.app/feedback
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "AO3 Disco",
    "description": "Discover fanfiction you'll love on Archive Of Our Own.",
    "version": "0.4",
    "icons": {
        "128": "images\/chrome.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "128": "images\/chrome.png"
        }
    },
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "css": [
                "content.css"
            ],
            "matches": [
                "https:\/\/archiveofourown.org\/works\/*"
            ]
        }
    ]
}