Fake YouTube premium
It changes the YouTube logo to Premium logo to fake having YouTube Premium
Fake YouTube premium란 무엇입니까?
Fake YouTube premium은(는) Alexandru Balan에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "It changes the YouTube logo to Premium logo to fake having YouTube Premium"입니다.
확장 프로그램 스크린샷
Fake YouTube premium 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This new Chrome Extension turns old YouTube Logo into the YouTube Premium logo to prank your friends into having real YouTube Premium
확장 프로그램 기본 정보
이름 | |
ID | bejbliggnadcmgfifpipkkebkmpbibai |
공식 URL | https://chrome.google.com/webstore/detail/fake-youtube-premium/bejbliggnadcmgfifpipkkebkmpbibai |
설명 | It changes the YouTube logo to Premium logo to fake having YouTube Premium |
파일 크기 | 14.79 KB |
설치 횟수 | 1,658 |
현재 버전 | 0.3.0 |
최근 업데이트 | 2022-03-28 |
출시 날짜 | 2022-01-22 |
평점 | 4.36/5 총 11 개의 평점 |
개발자 | Alexandru Balan |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Fake YouTube premium", "version": "0.3.0", "description": "It changes the YouTube logo to Premium logo to fake having YouTube Premium", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "content_scripts": [ { "js": [ "js\/content.js" ], "matches": [ "https:\/\/*.youtube.com\/" ] } ] } |