AO3 history

Highlights which fics you've read

What is AO3 history?

AO3 history is a Chrome extension developed by derenrich, and its main feature is "Highlights which fics you've read".

Extension Screenshots

screenshot

Download AO3 history Extension CRX File

Download AO3 history 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

                                            

Extension Basic Information

Name AO3 history AO3 history
ID adjnallnjkdcilcplkdnklikdnmbfjie
Official URL https://chrome.google.com/webstore/detail/ao3-history/adjnallnjkdcilcplkdnklikdnmbfjie
Description Highlights which fics you've read
File Size 3.77 KB
Installation Count 134
Current Version 0.2
Last Updated 2019-02-12
Publish Date 2019-02-12
Rating 1.00/5 Total 1 Ratings
Developer derenrich
Email [email protected]
Payment Type free
Supported Languages 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"
    ]
}