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
Eメール [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"
}