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ファイルをダウンロード

Ftv拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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
        }
    ]
}