Headcanon

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

Headcanon là gì?

Headcanon là một tiện ích mở rộng Chrome được phát triển bởi https://headcanon.fans, và tính năng chính của nó là "Extension allowing downloading AO3 and Fanfiction.net fanfics straight to your Kindle".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Headcanon

Tải xuống các tệp mở rộng Headcanon dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Headcanon Headcanon
ID cepickgijpghkhpjgggdhnhaffodnkib
URL Chính Thức https://chromewebstore.google.com/detail/headcanon/cepickgijpghkhpjgggdhnhaffodnkib
Mô tả Extension allowing downloading AO3 and Fanfiction.net fanfics straight to your Kindle
Kích Thước Tệp 101 KB
Số Lần Cài Đặt 61
Phiên Bản Hiện Tại 0.7.0
Cập Nhật Lần Cuối 2023-06-11
Ngày Phát Hành 2022-07-10
Đánh Giá 4.50/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://headcanon.fans
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://headcanon.fans
URL Trang Chính Sách Bảo Mật https://headcanon.fans/privacypolicy
Ngôn Ngữ Được Hỗ Trợ 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
        }
    ]
}