MatPatify
Modify YouTube thumbnails to include text from MatPat's videos
MatPatify란 무엇입니까?
MatPatify은(는) Spaceturd64에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Modify YouTube thumbnails to include text from MatPat's videos"입니다.
확장 프로그램 스크린샷
MatPatify 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Use MatPatify to make your YouTube browsing more enjoyable. Is using the YouTube platform boring? Do you struggle to discover entertaining click-bait videos? avert your fears. Every thumbnail gets a MatPat styled thumbnail thanks to this plugin. Compatible with all browsers. Notes: - This extension was inspired by [Unnecessary Inventions](http://www.youtube.com/@UnnecessaryInventions) and his [website](http://www.mrbeastify.com/). - This extension is unofficial and not affiliated with MatPat or YouTube. - This extension was made by @surely_somebody and you can find her at (https://twitter.com/surely_somebody) and (https://www.youtube.com/@surelysylvie). - I have done no work on this extension outside adding to the README, Manifest, and publishing it on extension sites.
확장 프로그램 기본 정보
이름 | MatPatify |
ID | cgicnmnonpkpbgmboekkjdbckihlhajf |
공식 URL | https://chromewebstore.google.com/detail/matpatify/cgicnmnonpkpbgmboekkjdbckihlhajf |
설명 | Modify YouTube thumbnails to include text from MatPat's videos |
파일 크기 | 1.67 MB |
설치 횟수 | 1,000 |
현재 버전 | 1.2 |
최근 업데이트 | 2023-09-13 |
출시 날짜 | 2023-07-20 |
평점 | 5.00/5 총 12 개의 평점 |
개발자 | Spaceturd64 |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "MatPatify", "version": "1.2", "icons": { "16": "icons\/icon-16.png", "32": "icons\/icon-32.png", "48": "icons\/icon-48.png", "64": "icons\/icon-64.png", "96": "icons\/icon-96.png" }, "description": "Modify YouTube thumbnails to include text from MatPat's videos", "host_permissions": [ "https:\/\/www.youtube.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "theory.js" ], "run_at": "document_idle" } ], "web_accessible_resources": [ { "resources": [ "images\/*.png" ], "matches": [ "*:\/\/*\/*" ] } ] } |