AO3 Podfic Posting Helper

Autofill metadata to match a work you were inspired by

AO3 Podfic Posting Helper là gì?

AO3 Podfic Posting Helper là một tiện ích mở rộng Chrome được phát triển bởi https://lazycats.dev, và tính năng chính của nó là "Autofill metadata to match a work you were inspired by".

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

screenshot
screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng AO3 Podfic Posting Helper 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

                        When you post a new work (in particular a podfic), this extension can help you by importing metadata such as tags and rating to match the work that inspired you.

This is an unofficial extension and not supported by AO3. Please do not raise issues with this extension to AO3 support.                    

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

Tên AO3 Podfic Posting Helper AO3 Podfic Posting Helper
ID liceoplaldpcfdkndimfppgdcbophgma
URL Chính Thức https://chromewebstore.google.com/detail/ao3-podfic-posting-helper/liceoplaldpcfdkndimfppgdcbophgma
Mô tả Autofill metadata to match a work you were inspired by
Kích Thước Tệp 368 KB
Số Lần Cài Đặt 105
Phiên Bản Hiện Tại 3.8
Cập Nhật Lần Cuối 2023-11-16
Ngày Phát Hành 2021-05-24
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://lazycats.dev
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://ao3.lazycats.dev?utm_source=chrome_web_store&utm_medium=web&utm_campaign=home_page
URL Trang Trợ Giúp https://ao3.lazycats.dev?utm_source=chrome_web_store&utm_medium=web&utm_campaign=support
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "$schema": "https:\/\/json.schemastore.org\/chrome-manifest",
    "name": "AO3 Podfic Posting Helper",
    "description": "Autofill metadata to match a work you were inspired by",
    "version": "3.8",
    "manifest_version": 3,
    "browser_specific_settings": {
        "gecko": {
            "id": "[email protected]"
        }
    },
    "permissions": [
        "storage",
        "activeTab",
        "scripting"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/icons\/icon-16.png",
            "32": "\/icons\/icon-32.png",
            "48": "\/icons\/icon-48.png",
            "128": "\/icons\/icon-128.png"
        }
    },
    "icons": {
        "16": "\/icons\/icon-16.png",
        "32": "\/icons\/icon-32.png",
        "48": "\/icons\/icon-48.png",
        "128": "\/icons\/icon-128.png"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "update_URL": "https:\/\/edge.microsoft.com\/extensionwebstorebase\/v1\/crx"
}