Headcanon

Extension allowing downloading AO3 and Fanfiction.net fanfics straight to your Kindle

Headcanon란 무엇입니까?

Headcanon은(는) https://headcanon.fans에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Extension allowing downloading AO3 and Fanfiction.net fanfics straight to your Kindle"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        With this extension you can download fanfics from Archive Of Our Own (AO3) directly to your Kindle device (or any email address)                    

확장 프로그램 기본 정보

이름 Headcanon Headcanon
ID cepickgijpghkhpjgggdhnhaffodnkib
공식 URL https://chromewebstore.google.com/detail/headcanon/cepickgijpghkhpjgggdhnhaffodnkib
설명 Extension allowing downloading AO3 and Fanfiction.net fanfics straight to your Kindle
파일 크기 101 KB
설치 횟수 61
현재 버전 0.7.0
최근 업데이트 2023-06-11
출시 날짜 2022-07-10
평점 4.50/5 총 2 개의 평점
개발자 https://headcanon.fans
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://headcanon.fans
개인정보 보호 정책 페이지 URL https://headcanon.fans/privacypolicy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Headcanon",
    "description": "Extension allowing downloading AO3 and Fanfiction.net fanfics straight to your Kindle",
    "version": "0.7.0",
    "manifest_version": 3,
    "icons": {
        "16": "logo.png",
        "48": "logo.png",
        "128": "logo.png"
    },
    "action": {
        "default_popup": "index.html"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "content_scripts": [
        {
            "js": [
                "assets\/content-script-loader.ao3.ts.2ea091fa.f47b131f.js"
            ],
            "matches": [
                "https:\/\/archiveofourown.org\/*"
            ]
        },
        {
            "js": [
                "assets\/content-script-loader.fanfictionnet.ts.4dbb8b3a.13074992.js"
            ],
            "matches": [
                "https:\/\/www.fanfiction.net\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/archiveofourown.org\/*"
            ],
            "resources": [
                "assets\/ao3.ts.2ea091fa.js"
            ],
            "use_dynamic_url": true
        },
        {
            "matches": [
                "https:\/\/www.fanfiction.net\/*"
            ],
            "resources": [
                "assets\/fanfictionnet.ts.4dbb8b3a.js"
            ],
            "use_dynamic_url": true
        }
    ]
}