AO3 Random Fanfic
Open a random fanfic from the search results on AO3
Was ist AO3 Random Fanfic?
AO3 Random Fanfic ist eine Chrome-Erweiterung, die von daniellefranca96 entwickelt wurde, und ihr Hauptmerkmal ist "Open a random fanfic from the search results on AO3".
Erweiterungsscreenshots
AO3 Random Fanfic-Erweiterungs-CRX-Datei herunterladen
Laden Sie AO3 Random Fanfic-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | AO3 Random Fanfic |
ID | jgaphfpdnlmpnlofgeamhgcnjfmobkmm |
Offizielle URL | https://chromewebstore.google.com/detail/ao3-random-fanfic/jgaphfpdnlmpnlofgeamhgcnjfmobkmm |
Beschreibung | Open a random fanfic from the search results on AO3 |
Dateigröße | 21.62 KB |
Installationsanzahl | 79 |
Aktuelle Version | 1.0 |
Letztes Update | 2023-03-19 |
Veröffentlichungsdatum | 2023-03-19 |
Bewertung | 3.00/5 Insgesamt 1 Bewertungen |
Entwickler | daniellefranca96 |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://ao3-random-fanfic.xyz/ |
Unterstützte Sprachen | 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" } } |