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 с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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"
    }
}