AO3 Podfic Posting Helper

Autofill metadata to match a work you were inspired by

什么是AO3 Podfic Posting Helper?

AO3 Podfic Posting Helper是由https://lazycats.dev开发的Chrome扩展程序,该扩展的主要功能是“Autofill metadata to match a work you were inspired by”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载AO3 Podfic Posting Helper扩展crx文件

下载AO3 Podfic Posting Helper扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 AO3 Podfic Posting Helper AO3 Podfic Posting Helper
ID liceoplaldpcfdkndimfppgdcbophgma
官方URL https://chromewebstore.google.com/detail/ao3-podfic-posting-helper/liceoplaldpcfdkndimfppgdcbophgma
简介 Autofill metadata to match a work you were inspired by
文件大小 368 KB
安装次数 105
当前版本 3.8
更新时间 2023-11-16
上架时间 2021-05-24
评分 5.00/5 共2次评分
开发者 https://lazycats.dev
电子邮箱 [email protected]
付费类型 free
扩展官网 https://ao3.lazycats.dev?utm_source=chrome_web_store&utm_medium=web&utm_campaign=home_page
帮助页面URL https://ao3.lazycats.dev?utm_source=chrome_web_store&utm_medium=web&utm_campaign=support
支持的语言 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"
}