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 |
公式URL | 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\/*" ] } |