Reddit Sidebar Toggle

Toggles visibility for reddit's sidebar

What is Reddit Sidebar Toggle?

Reddit Sidebar Toggle is a Chrome extension developed by nicholasdtc, and its main feature is "Toggles visibility for reddit's sidebar".

Extension Screenshots

screenshot

Download Reddit Sidebar Toggle Extension CRX File

Download Reddit Sidebar Toggle extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        - Adds a tab button that toggles Reddit's sidebar to the right.
- Option to auto-hide the multireddits bar to the left.                    

Extension Basic Information

Name Reddit Sidebar Toggle Reddit Sidebar Toggle
ID dckhfmfkjpbkkmfhbfgdppknpopgfaam
Official URL https://chrome.google.com/webstore/detail/reddit-sidebar-toggle/dckhfmfkjpbkkmfhbfgdppknpopgfaam
Description Toggles visibility for reddit's sidebar
File Size 106 KB
Installation Count 81
Current Version 0.6
Last Updated 2014-09-25
Publish Date 2014-09-25
Rating 5.00/5 Total 5 Ratings
Developer nicholasdtc
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Reddit Sidebar Toggle",
    "short_name": "RTS",
    "version": "0.6",
    "description": "Toggles visibility for reddit's sidebar",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "author": "Nicholas DT Carvalho - [email protected]",
    "options_page": "options.html",
    "permissions": [
        "storage",
        "tabs",
        "*:\/\/*.reddit.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.reddit.com\/*"
            ],
            "js": [
                "jquery-1.11.0.min.js",
                "redditSidebarToggle.js"
            ]
        }
    ]
}