Fanfiction Bookshelf

Save your liked stories on AO3 and Fanfiction.net

What is Fanfiction Bookshelf?

Fanfiction Bookshelf is a Chrome extension developed by Unknown, and its main feature is "Save your liked stories on AO3 and Fanfiction.net".

Extension Screenshots

screenshot

Download Fanfiction Bookshelf Extension CRX File

Download Fanfiction Bookshelf 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

                        Mark your favorite stories from archiveofourown.org and fanfiction.net                    

Extension Basic Information

Name Fanfiction Bookshelf Fanfiction Bookshelf
ID bknpbkejancibapffmhpldnldpmeppei
Official URL https://chromewebstore.google.com/detail/fanfiction-bookshelf/bknpbkejancibapffmhpldnldpmeppei
Description Save your liked stories on AO3 and Fanfiction.net
File Size 96.96 KB
Installation Count 109
Current Version 1.0
Last Updated 2022-03-20
Publish Date 2022-03-15
Developer Unknown
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Fanfiction Bookshelf",
    "description": "Save your liked stories on AO3 and Fanfiction.net",
    "version": "1.0",
    "manifest_version": 3,
    "icons": {
        "16": "icons8-bookshelf-16.png",
        "32": "icons8-bookshelf-32.png",
        "48": "icons8-bookshelf-48.png",
        "128": "icons8-bookshelf-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.fanfiction.net\/*"
            ],
            "js": [
                "jquery-3.6.0.js",
                "\/Scripts\/fanfiction_net.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.archiveofourown.org\/*"
            ],
            "js": [
                "jquery-3.6.0.js",
                "\/Scripts\/archiveofourown_org.js"
            ]
        }
    ]
}