Reddit Hide Sidebar

Provides an option to hide the reddit sidebar.

Co to jest Reddit Hide Sidebar?

Reddit Hide Sidebar to rozszerzenie Chrome opracowane przez Hrishikesh Bakshi, a jego główną funkcją jest „Provides an option to hide the reddit sidebar.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Reddit Hide Sidebar

Pobierz pliki rozszerzeń Reddit Hide Sidebar w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Reddit Hide Sidebar Reddit Hide Sidebar
ID kmhljmlnmkpkfidhceknegheeplgmngg
Oficjalny URL https://chromewebstore.google.com/detail/reddit-hide-sidebar/kmhljmlnmkpkfidhceknegheeplgmngg
Opis Provides an option to hide the reddit sidebar.
Rozmiar pliku 37 KB
Liczba instalacji 5,025
Aktualna Wersja 0.6
Ostatnia Aktualizacja 2017-05-14
Data Publikacji 2017-05-14
Ocena 3.99/5 Łącznie 86 Oceny
Deweloper Hrishikesh Bakshi
Typ Płatności free
Obsługiwane Języki 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"
}