Thumb blocker
Block thumbnails on youtube, get your attention back from the enticing thumbnail in this noisy world.
O que é Thumb blocker?
Thumb blocker é uma extensão do Chrome desenvolvida por Kazi Badrul Alam Riku, e sua principal característica é "Block thumbnails on youtube, get your attention back from the enticing thumbnail in this noisy world.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Thumb blocker
Baixe arquivos de extensão Thumb blocker no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Thumb blocker |
ID | anhgkgicmobhfkigcljmdhpkigfcplam |
URL Oficial | https://chromewebstore.google.com/detail/thumb-blocker/anhgkgicmobhfkigcljmdhpkigfcplam |
Descrição | Block thumbnails on youtube, get your attention back from the enticing thumbnail in this noisy world. |
Tamanho do Arquivo | 66.34 KB |
Contagem de Instalações | 106 |
Versão Atual | 1.2.2 |
Última Atualização | 2023-07-16 |
Data de Publicação | 2023-02-07 |
Classificação | 5.00/5 Total de 5 Avaliações |
Desenvolvedor | Kazi Badrul Alam Riku |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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": [] } ] } |