AO3 Podfic Posting Helper
Autofill metadata to match a work you were inspired by
Was ist AO3 Podfic Posting Helper?
AO3 Podfic Posting Helper ist eine Chrome-Erweiterung, die von https://lazycats.dev entwickelt wurde, und ihr Hauptmerkmal ist "Autofill metadata to match a work you were inspired by".
Erweiterungsscreenshots
AO3 Podfic Posting Helper-Erweiterungs-CRX-Datei herunterladen
Laden Sie AO3 Podfic Posting Helper-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | AO3 Podfic Posting Helper |
ID | liceoplaldpcfdkndimfppgdcbophgma |
Offizielle URL | https://chromewebstore.google.com/detail/ao3-podfic-posting-helper/liceoplaldpcfdkndimfppgdcbophgma |
Beschreibung | Autofill metadata to match a work you were inspired by |
Dateigröße | 368 KB |
Installationsanzahl | 105 |
Aktuelle Version | 3.8 |
Letztes Update | 2023-11-16 |
Veröffentlichungsdatum | 2021-05-24 |
Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
Entwickler | https://lazycats.dev |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://ao3.lazycats.dev?utm_source=chrome_web_store&utm_medium=web&utm_campaign=home_page |
Hilfeseite URL | https://ao3.lazycats.dev?utm_source=chrome_web_store&utm_medium=web&utm_campaign=support |
Unterstützte Sprachen | 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" } |