Ftv

Ftv adds support for Twitch, 7TV, BTTV, and FFZ emotes to your fansly chat.

O que é Ftv?

Ftv é uma extensão do Chrome desenvolvida por ZerGo0, e sua principal característica é "Ftv adds support for Twitch, 7TV, BTTV, and FFZ emotes to your fansly chat.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Ftv

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

                        An emote extension for Fansly which adds support for emotes from popular emote extensions.

Features:
 - Link your Fansly account with your twitch account
 - 300+ emote slots
 - Support for animated and wide emotes
 - All kinds of images including WEBP are supported
 - Support for emotes from popular emote extensions

Disclaimer:
The Ftv browser extension is not associated with Fansly, Twitch, 7TV, FFZ, or BTTV. The extension adds support for emotes from these platforms, but the content and rights remain with the respective platforms. The Ftv browser extension is not responsible for any content provided by these platforms, and the use of the extension does not imply endorsement of any kind.                    

Informações Básicas da Extensão

Nome Ftv Ftv
ID bgoellhnolkmeggkhcepjajapdkkckmi
URL Oficial https://chromewebstore.google.com/detail/ftv/bgoellhnolkmeggkhcepjajapdkkckmi
Descrição Ftv adds support for Twitch, 7TV, BTTV, and FFZ emotes to your fansly chat.
Tamanho do Arquivo 80.09 KB
Contagem de Instalações 541
Versão Atual 1.0.18
Última Atualização 2024-02-14
Data de Publicação 2022-12-28
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor ZerGo0
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/Ftv-app
URL da Página de Ajuda https://github.com/Ftv-app
URL da Página de Política de Privacidade https://github.com/Ftv-app/.github/tree/main/profile
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ftv",
    "description": "Ftv adds support for Twitch, 7TV, BTTV, and FFZ emotes to your fansly chat.",
    "version": "1.0.18",
    "manifest_version": 3,
    "icons": {
        "16": "src\/assets\/icons\/logo16.png",
        "32": "src\/assets\/icons\/logo32.png",
        "48": "src\/assets\/icons\/logo48.png",
        "128": "src\/assets\/icons\/logo128.png"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/index.ts-loader.33d70384.js"
            ],
            "matches": [
                "https:\/\/fansly.com\/chatroom\/*",
                "https:\/\/fansly.com\/live\/*",
                "https:\/\/fansly.com\/creator\/streaming\/*",
                "https:\/\/fansly.com\/Verifying_Twitch_Link_Please_Wait*"
            ],
            "css": [
                "assets\/index.ec8732de.css"
            ]
        }
    ],
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "host_permissions": [
        "https:\/\/apiv3.fansly.com\/*",
        "https:\/\/fanslyapi.zergo0.dev\/*"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/fansly.com\/*",
                "https:\/\/fansly.com\/*",
                "https:\/\/fansly.com\/*",
                "https:\/\/fansly.com\/*"
            ],
            "resources": [
                "assets\/index.ts.5efe6a42.js"
            ],
            "use_dynamic_url": true
        }
    ]
}