Always Old Reddit
Redirect all reddit pages to old.reddit
什麼是Always Old Reddit?
Always Old Reddit是由tkrome開發的Chrome擴展程式,該擴展的主要功能是“Redirect all reddit pages to old.reddit”。
擴展截圖
下載Always Old Reddit擴展crx文件
下載Always Old Reddit擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Tired of the reddit defaulting to the new layout when changing accounts/in incognito? This extension redirects all reddit.com URLs to old.reddit.com.
Code available at https://github.com/tkrome/OldReddit
Icon made by Smashicons from www.flaticon.com is licensed by CC 3.0 BY 擴展基本資訊
| 名稱 | |
| ID | aaalibmmnojbnlcaanlofnmaclldefii |
| 官方網址 | https://chromewebstore.google.com/detail/always-old-reddit/aaalibmmnojbnlcaanlofnmaclldefii |
| 簡介 | Redirect all reddit pages to old.reddit |
| 檔案大小 | 5.84 KB |
| 安裝次數 | 28 |
| 目前版本 | 1.0 |
| 更新時間 | 2018-05-08 |
| 上架時間 | 2018-05-08 |
| 評分 | 5.00/5 共 2 次評分 |
| 開發者 | tkrome |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://github.com/tkrome/OldReddit |
| 支援的語言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Always Old Reddit",
"description": "Redirect all reddit pages to old.reddit",
"version": "1.0",
"manifest_version": 2,
"background": {
"scripts": [
"background.js"
]
},
"icons": {
"128": "icon128.png"
},
"permissions": [
"webRequest",
"*:\/\/www.reddit.com\/*",
"*:\/\/reddit.com\/*",
"webRequestBlocking"
]
} | |