7TV Nightly
Improve your viewing experience on Twitch & YouTube with new features, emotes, vanity and performance.
7TV Nightly là gì?
7TV Nightly là một tiện ích mở rộng Chrome được phát triển bởi 7TV, và tính năng chính của nó là "Improve your viewing experience on Twitch & YouTube with new features, emotes, vanity and performance.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng 7TV Nightly
Tải xuống các tệp mở rộng 7TV Nightly dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | 7TV Nightly |
ID | fphegifdehlodcepfkgofelcenelpedj |
URL Chính Thức | https://chromewebstore.google.com/detail/7tv-nightly/fphegifdehlodcepfkgofelcenelpedj |
Mô tả | Improve your viewing experience on Twitch & YouTube with new features, emotes, vanity and performance. |
Kích Thước Tệp | 3.84 MB |
Số Lần Cài Đặt | 96,815 |
Phiên Bản Hiện Tại | 3.0.15.1000 nightly |
Cập Nhật Lần Cuối | 2023-11-28 |
Ngày Phát Hành | 2023-01-13 |
Đánh Giá | 4.52/5 Tổng số 54 Đánh Giá |
Nhà Phát Triển | 7TV |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://7tv.app |
Ngôn Ngữ Được Hỗ Trợ | 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\/*" ] } ] } |