AO3 Random Fanfic

Open a random fanfic from the search results on AO3

O que é AO3 Random Fanfic?

AO3 Random Fanfic é uma extensão do Chrome desenvolvida por daniellefranca96, e sua principal característica é "Open a random fanfic from the search results on AO3".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão AO3 Random Fanfic

Baixe arquivos de extensão AO3 Random Fanfic no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome AO3 Random Fanfic AO3 Random Fanfic
ID jgaphfpdnlmpnlofgeamhgcnjfmobkmm
URL Oficial https://chromewebstore.google.com/detail/ao3-random-fanfic/jgaphfpdnlmpnlofgeamhgcnjfmobkmm
Descrição Open a random fanfic from the search results on AO3
Tamanho do Arquivo 21.62 KB
Contagem de Instalações 79
Versão Atual 1.0
Última Atualização 2023-03-19
Data de Publicação 2023-03-19
Classificação 3.00/5 Total de 1 Avaliações
Desenvolvedor daniellefranca96
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://ao3-random-fanfic.xyz/
Idiomas Suportados 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"
    }
}