AO3 Podfic Posting Helper

Autofill metadata to match a work you were inspired by

¿Qué es AO3 Podfic Posting Helper?

AO3 Podfic Posting Helper es una extensión de Chrome desarrollada por https://lazycats.dev, y su función principal es "Autofill metadata to match a work you were inspired by".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión AO3 Podfic Posting Helper

Descarga archivos de extensión AO3 Podfic Posting Helper en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre AO3 Podfic Posting Helper AO3 Podfic Posting Helper
ID liceoplaldpcfdkndimfppgdcbophgma
URL Oficial https://chromewebstore.google.com/detail/ao3-podfic-posting-helper/liceoplaldpcfdkndimfppgdcbophgma
Descripción Autofill metadata to match a work you were inspired by
Tamaño del Archivo 368 KB
Cantidad de Instalaciones 105
Versión Actual 3.8
Última Actualización 2023-11-16
Fecha de Publicación 2021-05-24
Calificación 5.00/5 Total de 2 Calificaciones
Desarrollador https://lazycats.dev
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://ao3.lazycats.dev?utm_source=chrome_web_store&utm_medium=web&utm_campaign=home_page
URL de la Página de Ayuda https://ao3.lazycats.dev?utm_source=chrome_web_store&utm_medium=web&utm_campaign=support
Idiomas Soportados 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"
}