Always Old Reddit

Redirect reddit.com to old.reddit.com

Always Old Redditとは何ですか?

Always Old RedditはTechHaxによって開発されたChromeの拡張機能で、その主な機能は「Redirect reddit.com to old.reddit.com」です。

拡張機能のスクリーンショット

screenshot

Always Old Reddit拡張機能のCRXファイルをダウンロード

Always Old Reddit拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Meet Always Old Reddit! This extension redirects all reddit requests to the old version of reddit! It also redirects url data so that posts you click on from other services will show as the old version as well! Enjoy!

Also the code is on Github @ https://github.com/TechHax/always-old-reddit

If you have any questions feel free to message me on twitter @ https://techhax.co/Tech_Hax_                    

拡張機能の基本情報

名前 Always Old Reddit Always Old Reddit
ID cencjkmlbgldjkepigaaelkodbfbifba
公式URL https://chromewebstore.google.com/detail/always-old-reddit/cencjkmlbgldjkepigaaelkodbfbifba
説明 Redirect reddit.com to old.reddit.com
ファイルサイズ 8.46 KB
インストール数 670
現在のバージョン 1.0
最終更新日 2019-09-17
公開日 2019-09-16
評価 3.80/5 合計 5 レビュー
開発者 TechHax
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Always Old Reddit",
    "description": "Redirect reddit.com to old.reddit.com",
    "version": "1.0",
    "manifest_version": 2,
    "icons": {
        "48": "48.png",
        "128": "128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "webRequest",
        "*:\/\/reddit.com\/*",
        "*:\/\/www.reddit.com\/*",
        "webRequestBlocking"
    ]
}