Toggle Old Reddit Redirect
Redirects www.reddit.com URLs to old.reddit.com. The redirect can be toggled on/off by clicking the toolbar icon.
什麼是Toggle Old Reddit Redirect?
Toggle Old Reddit Redirect是由chunkybrewster開發的Chrome擴展程式,該擴展的主要功能是“Redirects www.reddit.com URLs to old.reddit.com. The redirect can be toggled on/off by clicking the toolbar icon.”。
擴展截圖
下載Toggle Old Reddit Redirect擴展crx文件
下載Toggle Old Reddit Redirect擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Do you prefer the old style of interface for Reddit more than the new one? Use Toggle Old Reddit Redirect to automatically redirect all Reddit URLs to the 'old.' prefix. You can toggle the redirect on and off by clicking the toolbar icon. When it is turned back on it will automatically redirect all open tabs currently on Reddit to the 'old.' URL. https://github.com/chunkybrewster/toggle-old-reddit-redirect
擴展基本資訊
名稱 | Toggle Old Reddit Redirect |
ID | pfhekjkfjbcbnohifmkgcplickojmbhl |
官方網址 | https://chromewebstore.google.com/detail/toggle-old-reddit-redirec/pfhekjkfjbcbnohifmkgcplickojmbhl |
簡介 | Redirects www.reddit.com URLs to old.reddit.com. The redirect can be toggled on/off by clicking the toolbar icon. |
檔案大小 | 31.29 KB |
安裝次數 | 67 |
目前版本 | 1.1 |
更新時間 | 2020-07-13 |
上架時間 | 2020-07-12 |
評分 | 5.00/5 共 2 次評分 |
開發者 | chunkybrewster |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/chunkybrewster/toggle-old-reddit-redirect |
說明頁面URL | https://github.com/chunkybrewster/toggle-old-reddit-redirect/issues |
支援的語言 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Toggle Old Reddit Redirect", "version": "1.1", "description": "Redirects www.reddit.com URLs to old.reddit.com. The redirect can be toggled on\/off by clicking the toolbar icon.", "icons": { "48": "assets\/icons\/toggle-48.png", "64": "assets\/icons\/toggle-64.png", "96": "assets\/icons\/toggle-96.png", "128": "assets\/icons\/toggle-128.png" }, "permissions": [ "tabs", "storage", "webRequest", "webRequestBlocking", "*:\/\/www.reddit.com\/*", "*:\/\/np.reddit.com\/*", "*:\/\/new.reddit.com\/*" ], "browser_action": { "default_icon": "assets\/icons\/toggle-32.png", "default_title": "Toggle Old Reddit Redirect" }, "background": { "scripts": [ "browser-polyfill.min.js", "background.js" ] } } |