AO3 Podfic Posting Helper

Autofill metadata to match a work you were inspired by

O que é AO3 Podfic Posting Helper?

AO3 Podfic Posting Helper é uma extensão do Chrome desenvolvida por https://lazycats.dev, e sua principal característica é "Autofill metadata to match a work you were inspired by".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão AO3 Podfic Posting Helper

Baixe arquivos de extensão AO3 Podfic Posting Helper no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome AO3 Podfic Posting Helper AO3 Podfic Posting Helper
ID liceoplaldpcfdkndimfppgdcbophgma
URL Oficial https://chromewebstore.google.com/detail/ao3-podfic-posting-helper/liceoplaldpcfdkndimfppgdcbophgma
Descrição Autofill metadata to match a work you were inspired by
Tamanho do Arquivo 368 KB
Contagem de Instalações 105
Versão Atual 3.8
Última Atualização 2023-11-16
Data de Publicação 2021-05-24
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor https://lazycats.dev
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://ao3.lazycats.dev?utm_source=chrome_web_store&utm_medium=web&utm_campaign=home_page
URL da Página de Ajuda https://ao3.lazycats.dev?utm_source=chrome_web_store&utm_medium=web&utm_campaign=support
Idiomas Suportados 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"
}