Old Reddit Redirect
Ensure Reddit always loads the old design, except when using new.reddit.com links
什麼是Old Reddit Redirect?
Old Reddit Redirect是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“Ensure Reddit always loads the old design, except when using new.reddit.com links”。
擴展截圖
下載Old Reddit Redirect擴展crx文件
下載Old Reddit Redirect擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Redirects Reddit links to old.reddit.com, except when using new.reddit.com The new.reddit.com redirect is what distinguishes it from the extension it was based on. Based on https://chrome.google.com/webstore/detail/old-reddit-redirect/dneaehbmnbhcippjikoajpoabadpodje?hl=en-US
擴展基本資訊
名稱 | Old Reddit Redirect |
ID | npidphabboicbpfnemnaohbngaikfmbh |
官方網址 | https://chromewebstore.google.com/detail/old-reddit-redirect/npidphabboicbpfnemnaohbngaikfmbh |
簡介 | Ensure Reddit always loads the old design, except when using new.reddit.com links |
檔案大小 | 447 KB |
安裝次數 | 51 |
目前版本 | 2.0.0 |
更新時間 | 2020-04-21 |
上架時間 | 2020-04-21 |
評分 | 1.00/5 共 1 次評分 |
開發者 | Unknown |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Old Reddit Redirect", "description": "Ensure Reddit always loads the old design, except when using new.reddit.com links", "version": "2.0.0", "manifest_version": 2, "background": { "scripts": [ "background.js" ] }, "icons": { "48": "img\/icon48.png", "128": "img\/icon128.png" }, "page_action": { "default_icon": { "48": "img\/icon48.png", "128": "img\/icon128.png" } }, "permissions": [ "webRequest", "webRequestBlocking", "*:\/\/reddit.com\/*", "*:\/\/www.reddit.com\/*", "*:\/\/np.reddit.com\/*", "*:\/\/old.reddit.com\/*" ] } |