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ファイルをダウンロード
Thumb blocker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
Eメール | [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": [] } ] } |