Remove YouTube™ Tab Number
Removes the number of notifications in parentheses that YouTube displays on tabs
Remove YouTube™ Tab Number란 무엇입니까?
Remove YouTube™ Tab Number은(는) rossolve.it에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Removes the number of notifications in parentheses that YouTube displays on tabs"입니다.
확장 프로그램 스크린샷
Remove YouTube™ Tab Number 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Would you prefer not to have your number of YouTube™ notifications on every YouTube™ tab? Do all of your YouTube™ tabs look the same when you have many tabs open? Don't want the number included in your bookmarks or saved links? Is it information that you don't need to be reminded about? If so, this simple Chrome extension will dynamically remove the number (and the parentheses) from any new YouTube™ tabs that you open after installing it. I'm finding it useful while there (currently) isn't an official setting to turn this number off. I've uploaded it here in case anyone else was also looking for the "off switch". Hope it helps.
확장 프로그램 기본 정보
이름 | Remove YouTube™ Tab Number |
ID | mbdhdllcfaijbnebmfnglclcgfopejop |
공식 URL | https://chromewebstore.google.com/detail/remove-youtube-tab-number/mbdhdllcfaijbnebmfnglclcgfopejop |
설명 | Removes the number of notifications in parentheses that YouTube displays on tabs |
파일 크기 | 25.22 KB |
설치 횟수 | 549 |
현재 버전 | 0.5 |
최근 업데이트 | 2020-06-27 |
출시 날짜 | 2020-06-27 |
평점 | 4.42/5 총 12 개의 평점 |
개발자 | rossolve.it |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Remove YouTube\u2122 Tab Number", "version": "0.5", "description": "Removes the number of notifications in parentheses that YouTube displays on tabs", "content_scripts": [ { "js": [ "content.js" ], "matches": [ "*:\/\/*.youtube.com\/*" ] } ], "icons": { "48": "rytn-icon-48.png", "128": "rytn-icon-128.png" }, "manifest_version": 2 } |