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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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!
확장 프로그램 기본 정보
이름 | 7TV Nightly |
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\/*" ] } ] } |