Reddit Hide Sidebar

Provides an option to hide the reddit sidebar.

Reddit Hide Sidebarとは何ですか?

Reddit Hide SidebarはHrishikesh Bakshiによって開発されたChromeの拡張機能で、その主な機能は「Provides an option to hide the reddit sidebar.」です。

拡張機能のスクリーンショット

screenshot
screenshot

Reddit Hide Sidebar拡張機能のCRXファイルをダウンロード

Reddit Hide Sidebar拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Reddit Hide Sidebar Reddit Hide Sidebar
ID kmhljmlnmkpkfidhceknegheeplgmngg
公式URL https://chromewebstore.google.com/detail/reddit-hide-sidebar/kmhljmlnmkpkfidhceknegheeplgmngg
説明 Provides an option to hide the reddit sidebar.
ファイルサイズ 37 KB
インストール数 5,025
現在のバージョン 0.6
最終更新日 2017-05-14
公開日 2017-05-14
評価 3.99/5 合計 86 レビュー
開発者 Hrishikesh Bakshi
支払い方法 free
対応言語 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"
}