reddit Sidebar Hider
Hide the reddit sidebar!
reddit Sidebar Hiderとは何ですか?
reddit Sidebar HiderはShraymonksによって開発されたChromeの拡張機能で、その主な機能は「Hide the reddit sidebar!」です。
拡張機能のスクリーンショット
reddit Sidebar Hider拡張機能のCRXファイルをダウンロード
reddit Sidebar Hider拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 拡張機能の基本情報
| 名前 | |
| 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"
} | |