Reddit Hide Sidebar

Provides an option to hide the reddit sidebar.

O que é Reddit Hide Sidebar?

Reddit Hide Sidebar é uma extensão do Chrome desenvolvida por Hrishikesh Bakshi, e sua principal característica é "Provides an option to hide the reddit sidebar.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Reddit Hide Sidebar

Baixe arquivos de extensão Reddit Hide Sidebar 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

                        This extension hides the right sidebar. A "Show Sidebar" link is displayed to show the sidebar.

** NEW IN v0.6 ** : Fix for custom css subreddits like r/videos

** NEW IN v0.5 ** : https:// and np.reddit.com support.

** NEW IN v0.4 ** :  SAVES YOUR SETTING AUTOMATICALLY. Once you change to 'Hide Sidebar' it will be hidden on all pages until you click 'Show Sidebar'.

This extension is useful if you want to check reddit in a small sized window. This extension is also useful to avoid distractions like the flash games.                    

Informações Básicas da Extensão

Nome Reddit Hide Sidebar Reddit Hide Sidebar
ID kmhljmlnmkpkfidhceknegheeplgmngg
URL Oficial https://chromewebstore.google.com/detail/reddit-hide-sidebar/kmhljmlnmkpkfidhceknegheeplgmngg
Descrição Provides an option to hide the reddit sidebar.
Tamanho do Arquivo 37 KB
Contagem de Instalações 5,025
Versão Atual 0.6
Última Atualização 2017-05-14
Data de Publicação 2017-05-14
Classificação 3.99/5 Total de 86 Avaliações
Desenvolvedor Hrishikesh Bakshi
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "manifest_version": 2,
    "content_scripts": [
        {
            "js": [
                "jquery.min.js",
                "script.js"
            ],
            "matches": [
                "http:\/\/www.reddit.com\/*",
                "https:\/\/www.reddit.com\/*",
                "http:\/\/np.reddit.com\/*",
                "https:\/\/np.reddit.com\/*"
            ]
        }
    ],
    "description": "Provides an option to hide the reddit sidebar.",
    "name": "Reddit Hide Sidebar",
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.6"
}