Reddit Enhancement Suite

A suite of modules that enhance your Reddit browsing experience

Reddit Enhancement Suiteคืออะไร?

Reddit Enhancement Suite เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://redditenhancementsuite.com และคุณลักษณะหลักของมันคือ "A suite of modules that enhance your Reddit browsing experience"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Reddit Enhancement Suite

ดาวน์โหลดไฟล์ส่วนขยาย Reddit Enhancement Suite ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Reddit Enhancement Suite is a community-driven unofficial browser extension for Reddit. Please note that RES is specifically designed to work on OLD reddit. Most functionality will not work on the redesign.

To read more about Reddit Enhancement Suite, please visit redditenhancementsuite.com.

NOTE: Reddit Enhancement Suite is developed independently, and is not officially endorsed by or affiliated with Reddit.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Reddit Enhancement Suite Reddit Enhancement Suite
ID kbmfpngjjgdllneeigpgjifpgocmfgmb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/reddit-enhancement-suite/kbmfpngjjgdllneeigpgjifpgocmfgmb
คำอธิบาย A suite of modules that enhance your Reddit browsing experience
ขนาดไฟล์ 4.18 MB
จำนวนการติดตั้ง 1,397,320
เวอร์ชันปัจจุบัน 5.22.17
อัปเดตครั้งล่าสุด 2023-04-04
วันที่เผยแพร่ 2020-06-23
คะแนน 4.73/5 รวมทั้งหมด 4240 คะแนน
ผู้พัฒนา https://redditenhancementsuite.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://redditenhancementsuite.com/
URL หน้าช่วยเหลือ https://www.reddit.com/r/RESissues/
URL หน้านโยบายความเป็นส่วนตัว https://redditenhancementsuite.com/privacy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Reddit Enhancement Suite",
    "version": "5.22.17",
    "description": "A suite of modules that enhance your Reddit browsing experience",
    "author": "Reddit Enhancement Suite contributors",
    "homepage_url": "https:\/\/redditenhancementsuite.com",
    "minimum_chrome_version": "83",
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "page_action": {
        "default_icon": {
            "19": "css-on-small.png",
            "38": "css-on.png"
        }
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "background": {
        "scripts": [
            "background.entry.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.reddit.com\/*"
            ],
            "all_frames": true,
            "exclude_matches": [
                "https:\/\/mod.reddit.com\/*",
                "https:\/\/ads.reddit.com\/*",
                "https:\/\/i.reddit.com\/*",
                "https:\/\/m.reddit.com\/*",
                "https:\/\/static.reddit.com\/*",
                "https:\/\/thumbs.reddit.com\/*",
                "https:\/\/blog.reddit.com\/*",
                "https:\/\/code.reddit.com\/*",
                "https:\/\/about.reddit.com\/*",
                "https:\/\/sh.reddit.com\/*",
                "https:\/\/*.reddit.com\/talk\/*",
                "https:\/\/*.reddit.com\/chat\/*",
                "https:\/\/*.reddit.com\/*.compact",
                "https:\/\/*.reddit.com\/*.compact?*",
                "https:\/\/*.reddit.com\/*.mobile",
                "https:\/\/*.reddit.com\/*.mobile?*",
                "https:\/\/*.reddit.com\/*.json",
                "https:\/\/*.reddit.com\/*.json?*",
                "https:\/\/*.reddit.com\/*.json-html",
                "https:\/\/*.reddit.com\/*.json-html?*"
            ],
            "js": [
                "foreground.entry.js"
            ],
            "css": [
                "res.css"
            ],
            "run_at": "document_start"
        }
    ],
    "content_security_policy": "default-src 'self'; img-src 'self' data:; connect-src https:; font-src 'self' data:; frame-ancestors https:\/\/*.reddit.com",
    "permissions": [
        "https:\/\/*.reddit.com\/*",
        "tabs",
        "history",
        "storage",
        "unlimitedStorage",
        "webRequest"
    ],
    "optional_permissions": [
        "downloads",
        "geolocation",
        "https:\/\/publish.twitter.com\/oembed",
        "https:\/\/backend.deviantart.com\/oembed",
        "https:\/\/api.gyazo.com\/api\/oembed",
        "https:\/\/api.tumblr.com\/v2\/blog\/*\/posts",
        "https:\/\/xkcd.com\/*\/info.0.json",
        "https:\/\/api.steampowered.com\/ISteamRemoteStorage\/GetPublishedFileDetails\/*",
        "https:\/\/www.googleapis.com\/drive\/v3\/*",
        "https:\/\/*.redd.it\/*",
        "https:\/\/www.flickr.com\/services\/oembed",
        "https:\/\/redditenhancementsuite.com\/oauth",
        "https:\/\/accounts.google.com\/signin\/oauth",
        "https:\/\/www.dropbox.com\/oauth2\/authorize",
        "https:\/\/login.live.com\/oauth20_authorize.srf"
    ],
    "web_accessible_resources": [
        "prompt.html",
        "prompt.entry.js",
        "options.html*"
    ]
}