reddit Sidebar Hider
Hide the reddit sidebar!
What is reddit Sidebar Hider?
reddit Sidebar Hider is a Chrome extension developed by Shraymonks, and its main feature is "Hide the reddit sidebar!".
Extension Screenshots
Download reddit Sidebar Hider Extension CRX File
Download reddit Sidebar Hider 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
Hide the sidebar and make more room for content! Adds a link to the user bar that toggles the sidebar. Improvements over other sidebar hiding extensions: - Supports custom subreddit headers - Remembers sidebar state between browsing - Doesn't leave a blank space with custom subreddit styles - Doesn't flash sidebar on page load
Extension Basic Information
Name | reddit Sidebar Hider |
ID | gadkijfpineeapfidmlddbaiemjigpdb |
Official URL | https://chromewebstore.google.com/detail/reddit-sidebar-hider/gadkijfpineeapfidmlddbaiemjigpdb |
Description | Hide the reddit sidebar! |
File Size | 11.87 KB |
Installation Count | 3,369 |
Current Version | 1.1.12 |
Last Updated | 2015-07-07 |
Publish Date | 2015-07-07 |
Rating | 4.43/5 Total 37 Ratings |
Developer | Shraymonks |
Payment Type | free |
Extension Website | https://github.com/Shraymonks/reddit-Sidebar-Hider |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Shraymonks", "content_scripts": [ { "css": [ "style.css" ], "exclude_matches": [ "*:\/\/*.reddit.com\/*.compact", "*:\/\/*.reddit.com\/*.mobile", "*:\/\/*.reddit.com\/subreddits\/create", "*:\/\/i.reddit.com\/*" ], "js": [ "script.js" ], "matches": [ "*:\/\/*.reddit.com\/", "*:\/\/*.reddit.com\/?*", "*:\/\/*.reddit.com\/account-activity\/*", "*:\/\/*.reddit.com\/ads*", "*:\/\/*.reddit.com\/awards\/*", "*:\/\/*.reddit.com\/comments*", "*:\/\/*.reddit.com\/controversial*", "*:\/\/*.reddit.com\/domain\/*", "*:\/\/*.reddit.com\/duplicates\/*", "*:\/\/*.reddit.com\/explore*", "*:\/\/*.reddit.com\/gilded*", "*:\/\/*.reddit.com\/me\/*", "*:\/\/*.reddit.com\/new*", "*:\/\/*.reddit.com\/password\/*", "*:\/\/*.reddit.com\/r\/*", "*:\/\/*.reddit.com\/randomrising*", "*:\/\/*.reddit.com\/reddits*", "*:\/\/*.reddit.com\/related\/*", "*:\/\/*.reddit.com\/rising*", "*:\/\/*.reddit.com\/search*", "*:\/\/*.reddit.com\/submit*", "*:\/\/*.reddit.com\/subreddits*", "*:\/\/*.reddit.com\/top*", "*:\/\/*.reddit.com\/user\/*", "*:\/\/*.reddit.com\/wiki\/*" ], "run_at": "document_start" } ], "description": "Hide the reddit sidebar!", "icons": { "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "manifest_version": 2, "name": "reddit Sidebar Hider", "permissions": [ "storage" ], "version": "1.1.12" } |