AO3 Podfic Posting Helper

Autofill metadata to match a work you were inspired by

Wat is AO3 Podfic Posting Helper?

AO3 Podfic Posting Helper is een Chrome-extensie ontwikkeld door https://lazycats.dev, en de belangrijkste functie is "Autofill metadata to match a work you were inspired by".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie AO3 Podfic Posting Helper

Download AO3 Podfic Posting Helper-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam AO3 Podfic Posting Helper AO3 Podfic Posting Helper
ID liceoplaldpcfdkndimfppgdcbophgma
Officiële URL https://chromewebstore.google.com/detail/ao3-podfic-posting-helper/liceoplaldpcfdkndimfppgdcbophgma
Beschrijving Autofill metadata to match a work you were inspired by
Bestandsgrootte 368 KB
Aantal Installaties 105
Huidige Versie 3.8
Laatst Bijgewerkt 2023-11-16
Publicatiedatum 2021-05-24
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar https://lazycats.dev
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://ao3.lazycats.dev?utm_source=chrome_web_store&utm_medium=web&utm_campaign=home_page
Help Pagina-URL https://ao3.lazycats.dev?utm_source=chrome_web_store&utm_medium=web&utm_campaign=support
Ondersteunde Talen 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"
}