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
拡張機能の基本情報
名前 | New Reddit Redirect |
ID | aeaplligbgbdhbdjibdfpnfdbefobgll |
公式URL | 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" } |