Classic Reddit
Redirects your browser to old.reddit.com to opt-out of the new redesign easily. The redesign is slow, ugly, a waste of space,…
Classic Redditとは何ですか?
Classic Redditはbobmonkeywartsによって開発されたChromeの拡張機能で、その主な機能は「Redirects your browser to old.reddit.com to opt-out of the new redesign easily. The redesign is slow, ugly, a waste of space,…」です。
拡張機能のスクリーンショット
Classic Reddit拡張機能のCRXファイルをダウンロード
Classic Reddit拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Redirects your browser to old.reddit.com to opt-out of the new redesign easily. The redesign is slow, ugly, a waste of space, annoying to get used to, and doesn't support CSS. Get this extension and you won't have to deal with that. If it ain't broke, don't fix it.
拡張機能の基本情報
名前 | Classic Reddit |
ID | ochhlphdhemcmcdmplppdbchfobeihjp |
公式URL | https://chromewebstore.google.com/detail/classic-reddit/ochhlphdhemcmcdmplppdbchfobeihjp |
説明 | Redirects your browser to old.reddit.com to opt-out of the new redesign easily. The redesign is slow, ugly, a waste of space,… |
ファイルサイズ | 116 KB |
インストール数 | 86 |
現在のバージョン | 0.1 |
最終更新日 | 2018-05-05 |
公開日 | 2018-05-05 |
開発者 | bobmonkeywarts |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Classic Reddit", "version": "0.1", "content_scripts": [ { "matches": [ "https:\/\/www.reddit.com\/*" ], "js": [ "content.js" ] } ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |