AO3 Podfic Posting Helper
Autofill metadata to match a work you were inspired by
Cos'è AO3 Podfic Posting Helper?
AO3 Podfic Posting Helper è un'estensione di Chrome sviluppata da https://lazycats.dev, e la sua funzione principale è "Autofill metadata to match a work you were inspired by".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione AO3 Podfic Posting Helper
Scarica i file di estensione AO3 Podfic Posting Helper in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | AO3 Podfic Posting Helper |
ID | liceoplaldpcfdkndimfppgdcbophgma |
URL Ufficiale | https://chromewebstore.google.com/detail/ao3-podfic-posting-helper/liceoplaldpcfdkndimfppgdcbophgma |
Descrizione | Autofill metadata to match a work you were inspired by |
Dimensione del File | 368 KB |
Conteggio Installazioni | 105 |
Versione Corrente | 3.8 |
Ultimo Aggiornamento | 2023-11-16 |
Data di Pubblicazione | 2021-05-24 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | https://lazycats.dev |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://ao3.lazycats.dev?utm_source=chrome_web_store&utm_medium=web&utm_campaign=home_page |
URL della Pagina di Aiuto | https://ao3.lazycats.dev?utm_source=chrome_web_store&utm_medium=web&utm_campaign=support |
Lingue Supportate | 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" } |