Return The Red Subscribe Button
Brings back the classic red subscribe button.
Return The Red Subscribe Button란 무엇입니까?
Return The Red Subscribe Button은(는) https://damiendavisneff.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Brings back the classic red subscribe button."입니다.
확장 프로그램 스크린샷
Return The Red Subscribe Button 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Returns the Subscribe Button's red color, keeping YouTube's history alive while keeping the new design fresh and fully customizable. Not only can you return the red color, but you can change it to any color you want, alongside the fully customizable context and like buttons!
확장 프로그램 기본 정보
이름 | Return The Red Subscribe Button |
ID | jelocjcknmhfifcapebeibnolciholbl |
공식 URL | https://chromewebstore.google.com/detail/return-the-red-subscribe/jelocjcknmhfifcapebeibnolciholbl |
설명 | Brings back the classic red subscribe button. |
파일 크기 | 442 KB |
설치 횟수 | 1,061 |
현재 버전 | 0.5.1.5 |
최근 업데이트 | 2023-10-10 |
출시 날짜 | 2022-10-31 |
평점 | 4.72/5 총 18 개의 평점 |
개발자 | https://damiendavisneff.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/DamienDavisNeff/RedSubscribeButton/blob/main/README.md |
도움말 페이지 URL | https://www.damiendavisneff.com/support |
개인정보 보호 정책 페이지 URL | https://github.com/DamienDavisNeff/PrivacyPolicies |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Return The Red Subscribe Button", "short_name": "Red Subscribe Button", "version": "0.5.1.5", "description": "Brings back the classic red subscribe button.", "icons": { "128": "images\/icon.png", "48": "images\/icon_small.png" }, "action": { "default_popup": "\/popup\/info.html" }, "content_scripts": [ { "css": [ "css\/variables.css" ], "js": [ "scripts\/apply_settings.js" ], "matches": [ "*:\/\/www.youtube.com\/*" ] } ], "permissions": [ "storage" ], "web_accessible_resources": [ { "resources": [ "css\/subscribe_button.css", "css\/blue_buttons.css", "css\/like_button.css", "css\/uppercase_letters.css", "css\/uppercase_engagment.css", "css\/rectangle_buttons.css" ], "matches": [ "*:\/\/www.youtube.com\/*" ] } ] } |