AO3 history

Highlights which fics you've read

Hvad er AO3 history?

AO3 history er en Chrome-udvidelse udviklet af derenrich, og dens hovedfunktion er "Highlights which fics you've read".

Udvidelsesskærmbilleder

screenshot

Download AO3 history-udvidelses-CRX-fil

Download AO3 history-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                                            

Grundlæggende oplysninger om udvidelsen

Navn AO3 history AO3 history
ID adjnallnjkdcilcplkdnklikdnmbfjie
Officiel URL https://chrome.google.com/webstore/detail/ao3-history/adjnallnjkdcilcplkdnklikdnmbfjie
Beskrivelse Highlights which fics you've read
Filstørrelse 3.77 KB
Antal Installationer 134
Nuværende Version 0.2
Senest Opdateret 2019-02-12
Udgivelsesdato 2019-02-12
Bedømmelse 1.00/5 Samlet 1 Bedømmelser
Udvikler derenrich
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_specific_settings": {
        "gecko": {
            "id": "[email protected]",
            "strict_min_version": "42.0"
        }
    },
    "manifest_version": 2,
    "name": "AO3 history",
    "version": "0.2",
    "description": "Highlights which fics you've read",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.archiveofourown.org\/*"
            ],
            "js": [
                "history.js"
            ]
        }
    ],
    "permissions": [
        "unlimitedStorage",
        "*:\/\/*.archiveofourown.org\/*",
        "storage"
    ]
}