Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Ftv",
"description": "Ftv adds support for Twitch, 7TV, BTTV, and FFZ emotes to your fansly chat.",
"version": "2.0.18",
"icons": {
"16": "icon\/16.png",
"32": "icon\/32.png",
"48": "icon\/48.png",
"128": "icon\/128.png"
},
"host_permissions": [
"https:\/\/apiv3.fansly.com\/*",
"https:\/\/zergo0_bot.zergo0.dev\/*"
],
"content_scripts": [
{
"matches": [
"https:\/\/fansly.com\/*"
],
"js": [
"content-scripts\/chat.js",
"content-scripts\/home.js"
]
}
],
"web_accessible_resources": [
{
"resources": [
"content-scripts\/chat.css"
],
"matches": [
"https:\/\/fansly.com\/*"
]
},
{
"resources": [
"content-scripts\/home.css"
],
"matches": [
"https:\/\/fansly.com\/*"
]
}
]
}