While you were away Remover

Hides that annoying 'While you were away...' section on Twitter, since repeatedly telling them to stop showing it doesn't work

O que é While you were away Remover?

While you were away Remover é uma extensão do Chrome desenvolvida por Mark, e sua principal característica é "Hides that annoying 'While you were away...' section on Twitter, since repeatedly telling them to stop showing it doesn't work".

Baixar o arquivo CRX da Extensão While you were away Remover

Baixe arquivos de extensão While you were away Remover 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

                        Want to remove Twitter's new "While you were away" 'feature'? This extension does just that, and nothing else.

This simple extension, worth 2 lines of code, automatically hides the "While you were away" block from your Twitter feed, meaning you can start using Twitter again the way it was intended.

May add feature to remove the follower suggestions that pop up in the middle of the timeline as well if users want.                    

Informações Básicas da Extensão

Nome While you were away Remover While you were away Remover
ID kfhdopamocjnncalnifjpcbhkckbndlb
URL Oficial https://chromewebstore.google.com/detail/while-you-were-away-remov/kfhdopamocjnncalnifjpcbhkckbndlb
Descrição Hides that annoying 'While you were away...' section on Twitter, since repeatedly telling them to stop showing it doesn't work
Tamanho do Arquivo 56.99 KB
Contagem de Instalações 65
Versão Atual 0.1
Última Atualização 2016-02-03
Data de Publicação 2016-02-02
Classificação 4.00/5 Total de 8 Avaliações
Desenvolvedor Mark
Tipo de Pagamento free
Idiomas Suportados en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "While you were away Remover",
    "version": "0.1",
    "icons": {
        "48": "IconSmall.jpg",
        "128": "Icon.jpg"
    },
    "description": "Hides that annoying 'While you were away...' section on Twitter, since repeatedly telling them to stop showing it doesn't work",
    "short_name": "WYWARemover",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*",
                "http:\/\/twitter.com\/*"
            ],
            "js": [
                "jquery-2.2.0.min.js",
                "removeWYWA.js"
            ]
        }
    ]
}