AO3 Disco

Discover fanfiction you'll love on Archive Of Our Own.

AO3 Disco란 무엇입니까?

AO3 Disco은(는) https://ao3-disco.app에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Discover fanfiction you'll love on Archive Of Our Own."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

AO3 Disco 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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!                    

확장 프로그램 기본 정보

이름 AO3 Disco AO3 Disco
ID mnjgnelkpnjdcdnljbepmpnljdglgneb
공식 URL https://chromewebstore.google.com/detail/ao3-disco/mnjgnelkpnjdcdnljbepmpnljdglgneb
설명 Discover fanfiction you'll love on Archive Of Our Own.
파일 크기 655 KB
설치 횟수 73
현재 버전 0.4
최근 업데이트 2023-08-02
출시 날짜 2023-07-27
평점 5.00/5 총 4 개의 평점
개발자 https://ao3-disco.app
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://ao3-disco.app/preview
도움말 페이지 URL https://ao3-disco.app/feedback
지원되는 언어 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\/*"
            ]
        }
    ]
}