Thumb blocker
Block thumbnails on youtube, get your attention back from the enticing thumbnail in this noisy world.
Thumb blocker란 무엇입니까?
Thumb blocker은(는) Kazi Badrul Alam Riku에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Block thumbnails on youtube, get your attention back from the enticing thumbnail in this noisy world."입니다.
확장 프로그램 스크린샷
Thumb blocker 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
A free thumbnail blocker. Block thumbnail on youtube home page. Nowadays thumbnails are so seductive that we literally lost our consciousness. This thumbnail blocker will retention our mind and consciousness on our findings.
확장 프로그램 기본 정보
이름 | Thumb blocker |
ID | anhgkgicmobhfkigcljmdhpkigfcplam |
공식 URL | https://chromewebstore.google.com/detail/thumb-blocker/anhgkgicmobhfkigcljmdhpkigfcplam |
설명 | Block thumbnails on youtube, get your attention back from the enticing thumbnail in this noisy world. |
파일 크기 | 66.34 KB |
설치 횟수 | 106 |
현재 버전 | 1.2.2 |
최근 업데이트 | 2023-07-16 |
출시 날짜 | 2023-02-07 |
평점 | 5.00/5 총 5 개의 평점 |
개발자 | Kazi Badrul Alam Riku |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Block thumbnails on youtube, get your attention back from the enticing thumbnail in this noisy world.", "version": "1.2.2", "manifest_version": 3, "name": "Thumb blocker", "background": { "service_worker": "background.bundle.js" }, "icons": { "16": "icon-16.png", "48": "icon-64.png", "128": "icon-128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "js": [ "contentScript.bundle.js" ] } ], "web_accessible_resources": [ { "resources": [ "icon-128.png", "icon-34.png", "icon-16.png" ], "matches": [] } ] } |