Kill Twitter

Gets rid of Twitter news feed.

O que é Kill Twitter?

Kill Twitter é uma extensão do Chrome desenvolvida por Nabeel Qureshi, e sua principal característica é "Gets rid of Twitter news feed.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Kill Twitter

Baixe arquivos de extensão Kill Twitter 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

                        I wrote this extension to stop myself from wasting time on Twitter. It worked.

The extension kills the news feed and adds a message telling you to go do some work. It also removes the "Moments" tab, but keeps your notifications and messages tabs. 

No more wasting time on Twitter. No more getting distracted when you log on to send a message. It's that simple.                    

Informações Básicas da Extensão

Nome Kill Twitter Kill Twitter
ID ndblfolgapkbmjgfodhcpfpekoelkhln
URL Oficial https://chromewebstore.google.com/detail/kill-twitter/ndblfolgapkbmjgfodhcpfpekoelkhln
Descrição Gets rid of Twitter news feed.
Tamanho do Arquivo 61.34 KB
Contagem de Instalações 48
Versão Atual 1.0.0
Última Atualização 2018-03-28
Data de Publicação 2018-03-28
Classificação 3.67/5 Total de 6 Avaliações
Desenvolvedor Nabeel Qureshi
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Kill Twitter",
    "version": "1.0.0",
    "description": "Gets rid of Twitter news feed.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.twitter.com\/*"
            ],
            "js": [
                "jquery.min.js",
                "kill_twitter.js"
            ],
            "run_at": "document_start"
        }
    ],
    "manifest_version": 2
}