Ftv

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

Ftv란 무엇입니까?

Ftv은(는) ZerGo0에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Ftv adds support for Twitch, 7TV, BTTV, and FFZ emotes to your fansly chat."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Ftv 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Ftv Ftv
ID bgoellhnolkmeggkhcepjajapdkkckmi
공식 URL https://chromewebstore.google.com/detail/ftv/bgoellhnolkmeggkhcepjajapdkkckmi
설명 Ftv adds support for Twitch, 7TV, BTTV, and FFZ emotes to your fansly chat.
파일 크기 80.09 KB
설치 횟수 541
현재 버전 1.0.18
최근 업데이트 2024-02-14
출시 날짜 2022-12-28
평점 5.00/5 총 1 개의 평점
개발자 ZerGo0
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/Ftv-app
도움말 페이지 URL https://github.com/Ftv-app
개인정보 보호 정책 페이지 URL https://github.com/Ftv-app/.github/tree/main/profile
지원되는 언어 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
        }
    ]
}