FA Favs

FA Favs is an open-source extension for Chrome and Firefox that allows you to subscribe to the favorites of FurAffinity users. This…

O que é FA Favs?

FA Favs é uma extensão do Chrome desenvolvida por quizzical, e sua principal característica é "FA Favs is an open-source extension for Chrome and Firefox that allows you to subscribe to the favorites of FurAffinity users. This…".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão FA Favs

Baixe arquivos de extensão FA Favs 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

                        FA Favs is an open-source extension for Chrome and Firefox that allows you to subscribe to the favorites of FurAffinity users. This extension opens as a new tab and gently pulls favorites and thumbnails from a subscription list that you build on the extension's UI.

I consistently find many of my eventual favorite artists through the favorites of other users. FA seems to be designed for this kind of exploration, but not being able to subscribe to the favorites by themselves works against this otherwise excellent way to explore the content on the site.

See the source code at https://github.com/quizzl/fa-favs/tree/dev-chrome . Details about how this extension rate-limits itself and keeps your data personal untouched is also found in the GitHub README.                    

Informações Básicas da Extensão

Nome FA Favs FA Favs
ID kpdffbmbifjbpgenkbljchgnnjanahij
URL Oficial https://chromewebstore.google.com/detail/fa-favs/kpdffbmbifjbpgenkbljchgnnjanahij
Descrição FA Favs is an open-source extension for Chrome and Firefox that allows you to subscribe to the favorites of FurAffinity users. This…
Tamanho do Arquivo 78.55 KB
Contagem de Instalações 52
Versão Atual 0.0.3
Última Atualização 2021-03-16
Data de Publicação 2021-03-15
Desenvolvedor quizzical
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/quizzl/fa-favs
URL da Página de Ajuda https://github.com/quizzl/fa-favs
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "FA Favs",
    "version": "0.0.3",
    "permissions": [
        "*:\/\/*.furaffinity.net\/*",
        "storage",
        "unlimitedStorage"
    ],
    "browser_action": {
        "default_title": "FA Favs",
        "default_icon": "icon.png"
    },
    "background": {
        "scripts": [
            "bg\/tab.js"
        ]
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+F"
            }
        }
    }
}