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 |
公式URL | 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 |
Eメール | [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" ] } } |