AO3 Disco
Discover fanfiction you'll love on Archive Of Our Own.
Vad är AO3 Disco?
AO3 Disco är en Chrome-tillägg utvecklad av https://ao3-disco.app, och dess huvudfunktion är "Discover fanfiction you'll love on Archive Of Our Own.".
Tilläggsskärmbilder
Ladda ner AO3 Disco-förlängningens CRX-fil
Ladda ner AO3 Disco-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
| Namn | |
| ID | mnjgnelkpnjdcdnljbepmpnljdglgneb |
| Officiell webbadress | https://chromewebstore.google.com/detail/ao3-disco/mnjgnelkpnjdcdnljbepmpnljdglgneb |
| Beskrivning | Discover fanfiction you'll love on Archive Of Our Own. |
| Filstorlek | 655 KB |
| Antal Installationer | 73 |
| Aktuell Version | 0.4 |
| Senast Uppdaterad | 2023-08-02 |
| Publiceringsdatum | 2023-07-27 |
| Betyg | 5.00/5 Totalt 4 Betyg |
| Utvecklare | https://ao3-disco.app |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://ao3-disco.app/preview |
| Hjälpsida URL | https://ao3-disco.app/feedback |
| Stödda Språk | 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\/*"
]
}
]
} | |