AO3 Disco
Discover fanfiction you'll love on Archive Of Our Own.
Apa itu AO3 Disco?
AO3 Disco adalah ekstensi Chrome yang dikembangkan oleh https://ao3-disco.app, dan fitur utamanya adalah "Discover fanfiction you'll love on Archive Of Our Own.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi AO3 Disco
Unduh file ekstensi AO3 Disco 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
The AO3 Discovery Engine provides recommendations for fanfiction on Archive Of Our Own. Whenever you finish a work on AO3, scroll to the bottom of the page and find our top three picks for what you should read next; or, click the "Discover More" button to get additional recommendations, apply search filters, and more!
Informasi Dasar Ekstensi
Nama | AO3 Disco |
ID | mnjgnelkpnjdcdnljbepmpnljdglgneb |
URL Resmi | https://chromewebstore.google.com/detail/ao3-disco/mnjgnelkpnjdcdnljbepmpnljdglgneb |
Deskripsi | Discover fanfiction you'll love on Archive Of Our Own. |
Ukuran File | 655 KB |
Jumlah Instalasi | 73 |
Versi Saat Ini | 0.4 |
Terakhir Diperbarui | 2023-08-02 |
Tanggal Publikasi | 2023-07-27 |
Penilaian | 5.00/5 Total 4 Penilaian |
Pengembang | https://ao3-disco.app |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://ao3-disco.app/preview |
URL Halaman Bantuan | https://ao3-disco.app/feedback |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "AO3 Disco", "description": "Discover fanfiction you'll love on Archive Of Our Own.", "version": "0.4", "icons": { "128": "images\/chrome.png" }, "action": { "default_popup": "popup.html", "default_icon": { "128": "images\/chrome.png" } }, "permissions": [ "activeTab" ], "content_scripts": [ { "js": [ "content.js" ], "css": [ "content.css" ], "matches": [ "https:\/\/archiveofourown.org\/works\/*" ] } ] } |