AO3 Random Fanfic
Open a random fanfic from the search results on AO3
Apa itu AO3 Random Fanfic?
AO3 Random Fanfic adalah ekstensi Chrome yang dikembangkan oleh daniellefranca96, dan fitur utamanya adalah "Open a random fanfic from the search results on AO3".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi AO3 Random Fanfic
Unduh file ekstensi AO3 Random Fanfic dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | AO3 Random Fanfic |
ID | jgaphfpdnlmpnlofgeamhgcnjfmobkmm |
URL Resmi | https://chromewebstore.google.com/detail/ao3-random-fanfic/jgaphfpdnlmpnlofgeamhgcnjfmobkmm |
Deskripsi | Open a random fanfic from the search results on AO3 |
Ukuran File | 21.62 KB |
Jumlah Instalasi | 79 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2023-03-19 |
Tanggal Publikasi | 2023-03-19 |
Penilaian | 3.00/5 Total 1 Penilaian |
Pengembang | daniellefranca96 |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://ao3-random-fanfic.xyz/ |
Bahasa yang Didukung | 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" } } |