AO3 Disco

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

Wat is AO3 Disco?

AO3 Disco is een Chrome-extensie ontwikkeld door https://ao3-disco.app, en de belangrijkste functie is "Discover fanfiction you'll love on Archive Of Our Own.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie AO3 Disco

Download AO3 Disco-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam AO3 Disco AO3 Disco
ID mnjgnelkpnjdcdnljbepmpnljdglgneb
Officiële URL https://chromewebstore.google.com/detail/ao3-disco/mnjgnelkpnjdcdnljbepmpnljdglgneb
Beschrijving Discover fanfiction you'll love on Archive Of Our Own.
Bestandsgrootte 655 KB
Aantal Installaties 73
Huidige Versie 0.4
Laatst Bijgewerkt 2023-08-02
Publicatiedatum 2023-07-27
Beoordeling 5.00/5 Totaal 4 Beoordelingen
Ontwikkelaar https://ao3-disco.app
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://ao3-disco.app/preview
Help Pagina-URL https://ao3-disco.app/feedback
Ondersteunde Talen 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\/*"
            ]
        }
    ]
}