Block the twitter feed

Remove the feeds from twitter and just leave the search bar

O que é Block the twitter feed?

Block the twitter feed é uma extensão do Chrome desenvolvida por TechBore, e sua principal característica é "Remove the feeds from twitter and just leave the search bar".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Block the twitter feed

Baixe arquivos de extensão Block the twitter feed 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

                        Remove the feeds from twitter and just leave the search bar
A simple plugin to remove the recommended feeds from twitter to limit distractions and boost your productivity.
Feeds removed:
- All of the feeds on the right side of the home page (Trending, Who to follow).
- Your main feed on the home page.
- The Who to Follow feed that is sliced into other people's feed.

Changelog:
 1.0.0 
- Adds initial offering to block unproductive feeds off twitter.

Block All the Feeds!!!

Support:
If you have benefited from this extension, consider buying me a coffee at the following link:
buymeacoff.ee/m6nJCHq57                    

Informações Básicas da Extensão

Nome Block the twitter feed Block the twitter feed
ID eoedcdlampccjocbpffoheiiaoinedkm
URL Oficial https://chromewebstore.google.com/detail/block-the-twitter-feed/eoedcdlampccjocbpffoheiiaoinedkm
Descrição Remove the feeds from twitter and just leave the search bar
Tamanho do Arquivo 6.89 KB
Contagem de Instalações 211
Versão Atual 1.0.0
Última Atualização 2021-01-27
Data de Publicação 2021-01-27
Classificação 4.33/5 Total de 3 Avaliações
Desenvolvedor TechBore
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Block the twitter feed",
    "description": "Remove the feeds from twitter and just leave the search bar",
    "icons": {
        "128": "icon.png"
    },
    "version": "1.0.0",
    "permissions": [
        "activeTab",
        "http:\/\/*.twitter.com\/*",
        "https:\/\/*.twitter.com\/*"
    ],
    "browser_action": {
        "default_title": "Remove the twitter feed and trending sections",
        "default_icon": "icon.png"
    },
    "content_scripts": [
        {
            "css": [
                "style.css"
            ],
            "js": [],
            "matches": [
                "*:\/\/twitter.com\/home*",
                "*:\/\/www.twitter.com\/home*",
                "*:\/\/www.twitter.com\/*",
                "*:\/\/www.twitter.com\/home",
                "*:\/\/twitter.com\/*",
                "*:\/\/www.twitter.com\/home"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "manifest_version": 2
}