7TV Nightly
Improve your viewing experience on Twitch & YouTube with new features, emotes, vanity and performance.
什么是7TV Nightly?
7TV Nightly是由7TV开发的Chrome扩展程序,该扩展的主要功能是“Improve your viewing experience on Twitch & YouTube with new features, emotes, vanity and performance.”。
扩展截图
下载7TV Nightly扩展crx文件
下载7TV Nightly扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
7TV is the ultimate platform for chat emotes. View chat emoticons for hundreds of thousands of channels across Twitch & YouTube and customize your experience.
/!\ THIS IS THE NIGHTLY BRANCH OF 7TV /!\
This extension is updated frequently, whenever changes are made to the source repository. It may sometimes be unstable or break entirely! 扩展基本信息
| 名称 | |
| ID | fphegifdehlodcepfkgofelcenelpedj |
| 官方URL | https://chromewebstore.google.com/detail/7tv-nightly/fphegifdehlodcepfkgofelcenelpedj |
| 简介 | Improve your viewing experience on Twitch & YouTube with new features, emotes, vanity and performance. |
| 文件大小 | 3.84 MB |
| 安装次数 | 96,815 |
| 当前版本 | 3.0.15.1000 nightly |
| 更新时间 | 2023-11-28 |
| 上架时间 | 2023-01-13 |
| 评分 | 4.52/5 共54次评分 |
| 开发者 | 7TV |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://7tv.app |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "7TV Nightly",
"version": "3.0.15.1000",
"version_name": "3.0.15.1000 nightly",
"description": "Improve your viewing experience on Twitch & YouTube with new features, emotes, vanity and performance.",
"action": {
"default_icon": ".\/icon\/nightly-icon-128.png",
"default_popup": "index.html#\/popup?noheader=1",
"default_area": "navbar"
},
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"*:\/\/*.twitch.tv\/*"
],
"js": [
"content.js"
]
}
],
"options_ui": {
"page": "index.html",
"open_in_tab": true
},
"icons": {
"16": ".\/icon\/nightly-icon-16.png",
"48": ".\/icon\/nightly-icon-48.png",
"128": ".\/icon\/nightly-icon-128.png"
},
"host_permissions": [
"*:\/\/*.twitch.tv\/*"
],
"permissions": [
"scripting",
"storage",
"activeTab"
],
"optional_permissions": [
"management"
],
"optional_host_permissions": [
"*:\/\/*.youtube.com\/*",
"*:\/\/*.kick.com\/*",
"*:\/\/*.7tv.app\/*",
"*:\/\/*.7tv.io\/*"
],
"web_accessible_resources": [
{
"resources": [
"site.js",
"site.js.map",
"content.js.map",
"worker.js",
"index.html",
"assets\/*"
],
"matches": [
"*:\/\/*.twitch.tv\/*",
"*:\/\/*.youtube.com\/*",
"*:\/\/*.kick.com\/*"
]
}
]
} | |