AO3 Random Fanfic

Open a random fanfic from the search results on AO3

ما هو AO3 Random Fanfic؟

AO3 Random Fanfic هو إضافة Chrome تم تطويرها بواسطة daniellefranca96، والميزة الرئيسية لها هي "Open a random fanfic from the search results on AO3".

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

screenshot

تحميل ملف CRX للإضافة AO3 Random Fanfic

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

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

                        This is a browser extension that allows you to randomly select and open a fanfiction from the website Archive of Our Own (AO3) in a new tab. It works on any search or bookmark page on AO3, and it considers all pages of the website with any filters. Essentially, it allows you to discover new fanfictions that you may not have come across otherwise, adding an element of surprise and randomness to your reading experience on AO3.                    

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

الاسم AO3 Random Fanfic AO3 Random Fanfic
ID jgaphfpdnlmpnlofgeamhgcnjfmobkmm
عنوان URL الرسمي https://chromewebstore.google.com/detail/ao3-random-fanfic/jgaphfpdnlmpnlofgeamhgcnjfmobkmm
الوصف Open a random fanfic from the search results on AO3
حجم الملف 21.62 KB
عدد التثبيتات 79
النسخة الحالية 1.0
آخر تحديث 2023-03-19
تاريخ النشر 2023-03-19
تقييم 3.00/5 مجموع تقييمات 1
المطور daniellefranca96
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://ao3-random-fanfic.xyz/
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "AO3 Random Fanfic",
    "version": "1.0",
    "description": "Open a random fanfic from the search results on AO3",
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icon16.png",
            "48": "icon48.png",
            "128": "icon128.png"
        }
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}