AO3 Disco
Discover fanfiction you'll love on Archive Of Our Own.
Hvad er AO3 Disco?
AO3 Disco er en Chrome-udvidelse udviklet af https://ao3-disco.app, og dens hovedfunktion er "Discover fanfiction you'll love on Archive Of Our Own.".
Udvidelsesskærmbilleder
Download AO3 Disco-udvidelses-CRX-fil
Download AO3 Disco-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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! Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | mnjgnelkpnjdcdnljbepmpnljdglgneb |
| Officiel URL | https://chromewebstore.google.com/detail/ao3-disco/mnjgnelkpnjdcdnljbepmpnljdglgneb |
| Beskrivelse | Discover fanfiction you'll love on Archive Of Our Own. |
| Filstørrelse | 655 KB |
| Antal Installationer | 73 |
| Nuværende Version | 0.4 |
| Senest Opdateret | 2023-08-02 |
| Udgivelsesdato | 2023-07-27 |
| Bedømmelse | 5.00/5 Samlet 4 Bedømmelser |
| Udvikler | https://ao3-disco.app |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | https://ao3-disco.app/preview |
| Hjælpeside-URL | https://ao3-disco.app/feedback |
| Understøttede Sprog | 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\/*"
]
}
]
} | |