AO3 Podfic Posting Helper

Autofill metadata to match a work you were inspired by

ما هو AO3 Podfic Posting Helper؟

AO3 Podfic Posting Helper هو إضافة Chrome تم تطويرها بواسطة https://lazycats.dev، والميزة الرئيسية لها هي "Autofill metadata to match a work you were inspired by".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة AO3 Podfic Posting Helper

قم بتنزيل ملفات الامتداد AO3 Podfic Posting Helper بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 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
عنوان صفحة المساعدة 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"
}