Headcanon

Extension allowing downloading AO3 and Fanfiction.net fanfics straight to your Kindle

ما هو Headcanon؟

Headcanon هو إضافة Chrome تم تطويرها بواسطة https://headcanon.fans، والميزة الرئيسية لها هي "Extension allowing downloading AO3 and Fanfiction.net fanfics straight to your Kindle".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Headcanon

قم بتنزيل ملفات الامتداد Headcanon بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        With this extension you can download fanfics from Archive Of Our Own (AO3) directly to your Kindle device (or any email address)                    

معلومات أساسية عن التمديد

الاسم Headcanon Headcanon
ID cepickgijpghkhpjgggdhnhaffodnkib
عنوان URL الرسمي https://chromewebstore.google.com/detail/headcanon/cepickgijpghkhpjgggdhnhaffodnkib
الوصف Extension allowing downloading AO3 and Fanfiction.net fanfics straight to your Kindle
حجم الملف 101 KB
عدد التثبيتات 61
النسخة الحالية 0.7.0
آخر تحديث 2023-06-11
تاريخ النشر 2022-07-10
تقييم 4.50/5 مجموع تقييمات 2
المطور https://headcanon.fans
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://headcanon.fans
عنوان صفحة سياسة الخصوصية https://headcanon.fans/privacypolicy
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Headcanon",
    "description": "Extension allowing downloading AO3 and Fanfiction.net fanfics straight to your Kindle",
    "version": "0.7.0",
    "manifest_version": 3,
    "icons": {
        "16": "logo.png",
        "48": "logo.png",
        "128": "logo.png"
    },
    "action": {
        "default_popup": "index.html"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "content_scripts": [
        {
            "js": [
                "assets\/content-script-loader.ao3.ts.2ea091fa.f47b131f.js"
            ],
            "matches": [
                "https:\/\/archiveofourown.org\/*"
            ]
        },
        {
            "js": [
                "assets\/content-script-loader.fanfictionnet.ts.4dbb8b3a.13074992.js"
            ],
            "matches": [
                "https:\/\/www.fanfiction.net\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/archiveofourown.org\/*"
            ],
            "resources": [
                "assets\/ao3.ts.2ea091fa.js"
            ],
            "use_dynamic_url": true
        },
        {
            "matches": [
                "https:\/\/www.fanfiction.net\/*"
            ],
            "resources": [
                "assets\/fanfictionnet.ts.4dbb8b3a.js"
            ],
            "use_dynamic_url": true
        }
    ]
}