Twitter TW Blocker
Blur the tweets containing a trigger warning
O que é Twitter TW Blocker?
Twitter TW Blocker é uma extensão do Chrome desenvolvida por tymmesyde, e sua principal característica é "Blur the tweets containing a trigger warning".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Twitter TW Blocker
Baixe arquivos de extensão Twitter TW 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
Use Twitter TW Blocker if you want to hide the tweets that have a trigger warning pattern (e.g. TW // content). Just click on the tweet if you want to remove the warning.
Informações Básicas da Extensão
Nome | Twitter TW Blocker |
ID | cmgnaiadimhcfkmfehdbindohbenemnk |
URL Oficial | https://chromewebstore.google.com/detail/twitter-tw-blocker/cmgnaiadimhcfkmfehdbindohbenemnk |
Descrição | Blur the tweets containing a trigger warning |
Tamanho do Arquivo | 15 KB |
Contagem de Instalações | 19 |
Versão Atual | 1.0 |
Última Atualização | 2020-08-09 |
Data de Publicação | 2020-08-09 |
Desenvolvedor | tymmesyde |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Twitter TW Blocker", "description": "Blur the tweets containing a trigger warning", "version": "1.0", "icons": { "16": "src\/images\/icon_16.png", "32": "src\/images\/icon_32.png", "48": "src\/images\/icon_48.png", "128": "src\/images\/icon_128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.twitter.com\/*" ], "css": [ "src\/styles\/content.css" ], "js": [ "src\/scripts\/content.js" ] } ], "web_accessible_resources": [ "src\/styles\/content.css" ], "browser_action": { "default_popup": "src\/popup.html", "default_icon": { "16": "src\/images\/icon_16.png", "32": "src\/images\/icon_32.png", "48": "src\/images\/icon_48.png", "128": "src\/images\/icon_128.png" } } } |