Promute
Promute automatically mutes twitter accounts sending promotions to your timeline as you scroll by.
O que é Promute?
Promute é uma extensão do Chrome desenvolvida por wolfgang.werner, e sua principal característica é "Promute automatically mutes twitter accounts sending promotions to your timeline as you scroll by.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Promute
Baixe arquivos de extensão Promute 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
Promute is a Chrome Extension that automatically mutes twitter accounts sending promotions to your timeline as you scroll by. It does the simplest thing that could possibly work. Within a scroll listener, it ... * ... identifies promoted tweets by the 'Ad' label at the top of the tweet, * ... opens the tweets context menu, * ... and clicks the mute button
Informações Básicas da Extensão
Nome | Promute |
ID | jcglghjinanokeldhiebokopnoppbnnn |
URL Oficial | https://chromewebstore.google.com/detail/promute/jcglghjinanokeldhiebokopnoppbnnn |
Descrição | Promute automatically mutes twitter accounts sending promotions to your timeline as you scroll by. |
Tamanho do Arquivo | 26.1 KB |
Contagem de Instalações | 37 |
Versão Atual | 1.0.10 |
Última Atualização | 2023-08-29 |
Data de Publicação | 2020-12-25 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | wolfgang.werner |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/wwerner/promute |
URL da Página de Ajuda | https://github.com/wwerner/promute/issues |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Promute", "manifest_version": 2, "version": "1.0.10", "description": "Promute automatically mutes twitter accounts sending promotions to your timeline as you scroll by.", "icons": { "16": ".\/logo_16.png", "48": ".\/logo_48.png", "128": ".\/logo_128.png" }, "content_scripts": [ { "matches": [ "*:\/\/twitter.com\/*" ], "js": [ "promute.js" ] } ] } |