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 |
官方網址 | 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 |
電子郵箱 | [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" } } |