AO3 Random Fanfic

Open a random fanfic from the search results on AO3

Qu'est-ce que AO3 Random Fanfic ?

AO3 Random Fanfic est une extension Chrome développée par daniellefranca96, et sa fonction principale est "Open a random fanfic from the search results on AO3".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension AO3 Random Fanfic

Téléchargez les fichiers d'extension AO3 Random Fanfic au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom AO3 Random Fanfic AO3 Random Fanfic
ID jgaphfpdnlmpnlofgeamhgcnjfmobkmm
URL Officiel https://chromewebstore.google.com/detail/ao3-random-fanfic/jgaphfpdnlmpnlofgeamhgcnjfmobkmm
Description Open a random fanfic from the search results on AO3
Taille du Fichier 21.62 KB
Nombre d'Installations 79
Version Actuelle 1.0
Dernière Mise à Jour 2023-03-19
Date de Publication 2023-03-19
Évaluation 3.00/5 Total 1 Évaluations
Développeur daniellefranca96
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://ao3-random-fanfic.xyz/
Langues Prises en Charge 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"
    }
}