AO3 Podfic Posting Helper

Autofill metadata to match a work you were inspired by

Hvad er AO3 Podfic Posting Helper?

AO3 Podfic Posting Helper er en Chrome-udvidelse udviklet af https://lazycats.dev, og dens hovedfunktion er "Autofill metadata to match a work you were inspired by".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot

Download AO3 Podfic Posting Helper-udvidelses-CRX-fil

Download AO3 Podfic Posting Helper-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn AO3 Podfic Posting Helper AO3 Podfic Posting Helper
ID liceoplaldpcfdkndimfppgdcbophgma
Officiel URL https://chromewebstore.google.com/detail/ao3-podfic-posting-helper/liceoplaldpcfdkndimfppgdcbophgma
Beskrivelse Autofill metadata to match a work you were inspired by
Filstørrelse 368 KB
Antal Installationer 105
Nuværende Version 3.8
Senest Opdateret 2023-11-16
Udgivelsesdato 2021-05-24
Bedømmelse 5.00/5 Samlet 2 Bedømmelser
Udvikler https://lazycats.dev
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://ao3.lazycats.dev?utm_source=chrome_web_store&utm_medium=web&utm_campaign=home_page
Hjælpeside-URL https://ao3.lazycats.dev?utm_source=chrome_web_store&utm_medium=web&utm_campaign=support
Understøttede Sprog 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"
}