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