Youtube Dislike Viewer
Resurrect the dislike count, enhance your experience with 'Youtube Dislikes Viewer' or more commonly known as 'Yt Dislikes Viewer'.
Youtube Dislike Viewer란 무엇입니까?
Youtube Dislike Viewer은(는) Wizz Extensions에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Resurrect the dislike count, enhance your experience with 'Youtube Dislikes Viewer' or more commonly known as 'Yt Dislikes Viewer'."입니다.
확장 프로그램 스크린샷
Youtube Dislike Viewer 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Hi there, Youtube Dislike Viewer will shut down on 31/04/2022 forever, it has been a nice journey and a great learning experience for me, I recommend all of you to download "Return Youtube Dislike" extension! Love, PGamerX Yt-Dislikes-Viewer is an extension that permits you to see dislikes on any youtube video for nothing! It also allows you to customise your YouTube experience! This is an alpha version of the YT Dislike Viewer, It is still in development and may contain bugs. If you want to help with the development, please join the discord server and report any bugs you find. If you want to support the project, please consider donating to the Ko-fi page. If you have any suggestions or ideas, please join the discord server and let us know. If you want to use a stable alternative to the YT Dislike Viewer, please consider using the "Return Youtube Dislike" extension. Please don't leave negative reviews if you cannot figure something out, we are here to help you but leaving negative review won't improve anything! "Become a sponsor" button on extension redirects you to our crowd-funding page and cannot be automatic stimulated unless clicked.
확장 프로그램 기본 정보
이름 | |
ID | ekabjflbgeakdkhdneeakapgboleidee |
공식 URL | https://chrome.google.com/webstore/detail/youtube-dislike-viewer/ekabjflbgeakdkhdneeakapgboleidee |
설명 | Resurrect the dislike count, enhance your experience with 'Youtube Dislikes Viewer' or more commonly known as 'Yt Dislikes Viewer'. |
파일 크기 | 152 KB |
설치 횟수 | 45,879 |
현재 버전 | 7.1.2 |
최근 업데이트 | 2022-04-08 |
출시 날짜 | 2021-11-22 |
평점 | 3.95/5 총 131 개의 평점 |
개발자 | Wizz Extensions |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://youtubedislikeviewer.xyz |
도움말 페이지 URL | https://u.pgamerx.com/discord |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Youtube Dislike Viewer", "description": "Resurrect the dislike count, enhance your experience with 'Youtube Dislikes Viewer' or more commonly known as 'Yt Dislikes Viewer'.", "version": "7.1.2", "manifest_version": 3, "background": { "service_worker": "service.js" }, "action": { "default_popup": "popup\/index.html", "default_title": "A popup will come" }, "permissions": [ "scripting", "webNavigation", "storage" ], "host_permissions": [ "*:\/\/*.youtube.com\/watch?*" ], "icons": { "16": "\/icons\/get_started16.png", "32": "\/icons\/get_started32.png", "48": "\/icons\/get_started48.png", "128": "\/icons\/get_started128.png" } } |