AO3 Random Fanfic

Open a random fanfic from the search results on AO3

Hvad er AO3 Random Fanfic?

AO3 Random Fanfic er en Chrome-udvidelse udviklet af daniellefranca96, og dens hovedfunktion er "Open a random fanfic from the search results on AO3".

Udvidelsesskærmbilleder

screenshot

Download AO3 Random Fanfic-udvidelses-CRX-fil

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

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn AO3 Random Fanfic AO3 Random Fanfic
ID jgaphfpdnlmpnlofgeamhgcnjfmobkmm
Officiel URL https://chromewebstore.google.com/detail/ao3-random-fanfic/jgaphfpdnlmpnlofgeamhgcnjfmobkmm
Beskrivelse Open a random fanfic from the search results on AO3
Filstørrelse 21.62 KB
Antal Installationer 79
Nuværende Version 1.0
Senest Opdateret 2023-03-19
Udgivelsesdato 2023-03-19
Bedømmelse 3.00/5 Samlet 1 Bedømmelser
Udvikler daniellefranca96
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://ao3-random-fanfic.xyz/
Understøttede Sprog 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"
    }
}