Reddit Sidebar Toggle

Toggle the sidebar on reddit.com

What is Reddit Sidebar Toggle?

Reddit Sidebar Toggle is a Chrome extension developed by dylan.araps, and its main feature is "Toggle the sidebar on reddit.com".

Extension Screenshots

screenshot
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

                        This web extension adds a toolbar button to toggle the sidebar on reddit.com                    

Extension Basic Information

Name Reddit Sidebar Toggle Reddit Sidebar Toggle
ID haoffdjocncdbjehkpphfhdppbopmhnd
Official URL https://chrome.google.com/webstore/detail/reddit-sidebar-toggle/haoffdjocncdbjehkpphfhdppbopmhnd
Description Toggle the sidebar on reddit.com
File Size 6.49 KB
Installation Count 86
Current Version 1.0.2
Last Updated 2017-07-11
Publish Date 2017-07-11
Rating 5.00/5 Total 3 Ratings
Developer dylan.araps
Payment Type free
Extension Website https://github.com/dylanaraps/reddit-sidebar-toggle
Help Page URL https://github.com/dylanaraps/reddit-sidebar-toggle/issues
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Reddit Sidebar Toggle",
    "version": "1.0.2",
    "description": "Toggle the sidebar on reddit.com",
    "permissions": [
        "activeTab"
    ],
    "icons": {
        "48": "icons\/reddit-48.png"
    },
    "browser_action": {
        "default_icon": "icons\/reddit-48.png",
        "default_title": "Reddit: Toggle Sidebar"
    },
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    }
}