AO3 Podfic Posting Helper
Autofill metadata to match a work you were inspired by
AO3 Podfic Posting Helper क्या है?
AO3 Podfic Posting Helper https://lazycats.dev द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Autofill metadata to match a work you were inspired by"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में AO3 Podfic Posting Helper एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | AO3 Podfic Posting Helper |
ID | liceoplaldpcfdkndimfppgdcbophgma |
आधिकारिक URL | https://chromewebstore.google.com/detail/ao3-podfic-posting-helper/liceoplaldpcfdkndimfppgdcbophgma |
विवरण | Autofill metadata to match a work you were inspired by |
फ़ाइल का आकार | 368 KB |
स्थापना संख्या | 105 |
वर्तमान संस्करण | 3.8 |
अंतिम अपडेट | 2023-11-16 |
प्रकाशन तिथि | 2021-05-24 |
रेटिंग | 5.00/5 कुल 2 रेटिंग्स |
डेवलपर | https://lazycats.dev |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://ao3.lazycats.dev?utm_source=chrome_web_store&utm_medium=web&utm_campaign=home_page |
सहायता पृष्ठ URL | https://ao3.lazycats.dev?utm_source=chrome_web_store&utm_medium=web&utm_campaign=support |
समर्थित भाषाएँ | 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" } |