AO3 Random Fanfic

Open a random fanfic from the search results on AO3

Wat is AO3 Random Fanfic?

AO3 Random Fanfic is een Chrome-extensie ontwikkeld door daniellefranca96, en de belangrijkste functie is "Open a random fanfic from the search results on AO3".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie AO3 Random Fanfic

Download AO3 Random Fanfic-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

                        This is a browser extension that allows you to randomly select and open a fanfiction from the website Archive of Our Own (AO3) in a new tab. It works on any search or bookmark page on AO3, and it considers all pages of the website with any filters. Essentially, it allows you to discover new fanfictions that you may not have come across otherwise, adding an element of surprise and randomness to your reading experience on AO3.                    

Basisinformatie over de Extensie

Naam AO3 Random Fanfic AO3 Random Fanfic
ID jgaphfpdnlmpnlofgeamhgcnjfmobkmm
Officiële URL https://chromewebstore.google.com/detail/ao3-random-fanfic/jgaphfpdnlmpnlofgeamhgcnjfmobkmm
Beschrijving Open a random fanfic from the search results on AO3
Bestandsgrootte 21.62 KB
Aantal Installaties 79
Huidige Versie 1.0
Laatst Bijgewerkt 2023-03-19
Publicatiedatum 2023-03-19
Beoordeling 3.00/5 Totaal 1 Beoordelingen
Ontwikkelaar daniellefranca96
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://ao3-random-fanfic.xyz/
Ondersteunde Talen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "AO3 Random Fanfic",
    "version": "1.0",
    "description": "Open a random fanfic from the search results on AO3",
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icon16.png",
            "48": "icon48.png",
            "128": "icon128.png"
        }
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}