Henry's Dislike Buttonator
We're bringing back the dislike button! Written by hand with the help of StackOverflow here and there and some jQuery. More…
Henry's Dislike Buttonator란 무엇입니까?
Henry's Dislike Buttonator은(는) henrywarren04에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "We're bringing back the dislike button! Written by hand with the help of StackOverflow here and there and some jQuery. More…"입니다.
확장 프로그램 스크린샷
Henry's Dislike Buttonator 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
We're bringing back the dislike button! Written by hand with the help of StackOverflow here and there and some jQuery. More features to come, such as some formatting fixes and faster loading times. Created by yours truly in an all-nighter. This might break in the future, but I truly hope that we can enjoy (or not enjoy – to your disliking of course) the dislike button's legacy while it sticks around. Features: 1. Full like count is back now! 2. So is full dislike count! 3. Oh yeah, the dislikes are visible! PS: I wanted to name it the "Dislike Button-Inator" but that's too hard to say. You can call it that if you wish. And if you could please credit me if you see this extension being used anywhere or if you use it in a video. I will stop typing now. - Henry Warren
확장 프로그램 기본 정보
이름 | |
ID | fbfcaeaajddbocgeoncomnhfdabeddcn |
공식 URL | https://chrome.google.com/webstore/detail/henrys-dislike-buttonator/fbfcaeaajddbocgeoncomnhfdabeddcn |
설명 | We're bringing back the dislike button! Written by hand with the help of StackOverflow here and there and some jQuery. More… |
파일 크기 | 58.6 KB |
설치 횟수 | 120 |
현재 버전 | 0.1 |
최근 업데이트 | 2021-11-24 |
출시 날짜 | 2021-11-24 |
평점 | 2.20/5 총 5 개의 평점 |
개발자 | henrywarren04 |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Henry's Dislike Buttonator", "version": "0.1", "icons": { "16": "icon16.jpg", "48": "icon48.jpg", "128": "icon128.jpg" }, "browser_action": [], "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/watch*" ], "js": [ "jquery.js", "content.js" ] } ] } |