AO3 Random Fanfic
Open a random fanfic from the search results on AO3
Cos'è AO3 Random Fanfic?
AO3 Random Fanfic è un'estensione di Chrome sviluppata da daniellefranca96, e la sua funzione principale è "Open a random fanfic from the search results on AO3".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione AO3 Random Fanfic
Scarica i file di estensione AO3 Random Fanfic in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | AO3 Random Fanfic |
ID | jgaphfpdnlmpnlofgeamhgcnjfmobkmm |
URL Ufficiale | https://chromewebstore.google.com/detail/ao3-random-fanfic/jgaphfpdnlmpnlofgeamhgcnjfmobkmm |
Descrizione | Open a random fanfic from the search results on AO3 |
Dimensione del File | 21.62 KB |
Conteggio Installazioni | 79 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2023-03-19 |
Data di Pubblicazione | 2023-03-19 |
Valutazione | 3.00/5 Totale 1 Valutazioni |
Sviluppatore | daniellefranca96 |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://ao3-random-fanfic.xyz/ |
Lingue Supportate | 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" } } |