Ftv

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

Ftv क्या है?

Ftv ZerGo0 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Ftv adds support for Twitch, 7TV, BTTV, and FFZ emotes to your fansly chat."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Ftv एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
        }
    ]
}