reddit Sidebar Hider
Hide the reddit sidebar!
reddit Sidebar Hider란 무엇입니까?
reddit Sidebar Hider은(는) Shraymonks에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Hide the reddit sidebar!"입니다.
확장 프로그램 스크린샷
reddit Sidebar Hider 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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
확장 프로그램 기본 정보
이름 | reddit Sidebar Hider |
ID | gadkijfpineeapfidmlddbaiemjigpdb |
공식 URL | https://chromewebstore.google.com/detail/reddit-sidebar-hider/gadkijfpineeapfidmlddbaiemjigpdb |
설명 | Hide the reddit sidebar! |
파일 크기 | 11.87 KB |
설치 횟수 | 3,369 |
현재 버전 | 1.1.12 |
최근 업데이트 | 2015-07-07 |
출시 날짜 | 2015-07-07 |
평점 | 4.43/5 총 37 개의 평점 |
개발자 | Shraymonks |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/Shraymonks/reddit-Sidebar-Hider |
지원되는 언어 | 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" } |