New Reddit Redirect
Ensure Reddit always loads the default domain (not a sub domain like old.reddit.com)
什麼是New Reddit Redirect?
New Reddit Redirect是由Tyler W開發的Chrome擴展程式,該擴展的主要功能是“Ensure Reddit always loads the default domain (not a sub domain like old.reddit.com)”。
擴展截圖
下載New Reddit Redirect擴展crx文件
下載New Reddit Redirect擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
always be on www.reddit.com
Old Reddit Redirect is an extension that I use. I heard someone say the opposite would be useful for them, so I edited it to do the opposite 擴展基本資訊
| 名稱 | |
| ID | aeaplligbgbdhbdjibdfpnfdbefobgll |
| 官方網址 | https://chromewebstore.google.com/detail/new-reddit-redirect/aeaplligbgbdhbdjibdfpnfdbefobgll |
| 簡介 | Ensure Reddit always loads the default domain (not a sub domain like old.reddit.com) |
| 檔案大小 | 454 KB |
| 安裝次數 | 175 |
| 目前版本 | 1.0 |
| 更新時間 | 2019-01-08 |
| 上架時間 | 2019-01-08 |
| 評分 | 4.60/5 共 5 次評分 |
| 開發者 | Tyler W |
| 付費類型 | free |
| 支援的語言 | en |
| manifest.json | |
{
"background": {
"scripts": [
"background.js"
]
},
"description": "Ensure Reddit always loads the default domain (not a sub domain like old.reddit.com)",
"icons": {
"128": "img\/icon128.png",
"48": "img\/icon48.png"
},
"manifest_version": 2,
"name": "New Reddit Redirect",
"permissions": [
"webRequest",
"webRequestBlocking",
"*:\/\/reddit.com\/*",
"*:\/\/www.reddit.com\/*",
"*:\/\/np.reddit.com\/*",
"*:\/\/new.reddit.com\/*",
"*:\/\/pay.reddit.com\/*",
"*:\/\/old.reddit.com\/*"
],
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "1.0"
} | |