reddit live

Auto update a reddit comment stream

reddit liveคืออะไร?

reddit live เป็นส่วนขยายของ Chrome ที่พัฒนาโดย gpmcadam และคุณลักษณะหลักของมันคือ "Auto update a reddit comment stream"

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย reddit live

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

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

                        Auto update a reddit comment thread. Once installed, load a comment thread, click the 'Sort By' dropdown and click 'live'.

Updated in 0.1.2:
  - Update extension to work with latest Chrome manifest, now loads in newer Chrome

Updated in 0.1.1:
  - Fixed an issue where live mode wouldn't start when using https                    

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

ชื่อ reddit live reddit live
ID gfmgldfmppamhojkggjlonpboiobnbpe
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/reddit-live/gfmgldfmppamhojkggjlonpboiobnbpe
คำอธิบาย Auto update a reddit comment stream
ขนาดไฟล์ 6.75 MB
จำนวนการติดตั้ง 166
เวอร์ชันปัจจุบัน 0.1.2
อัปเดตครั้งล่าสุด 2022-10-26
วันที่เผยแพร่ 2015-08-26
คะแนน 1.67/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา gpmcadam
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "reddit live",
    "version": "0.1.2",
    "manifest_version": 3,
    "description": "Auto update a reddit comment stream",
    "homepage_url": "http:\/\/gary.mcad.am\/a\/reddit-live",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "host_permissions": [
        "https:\/\/*.reddit.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.reddit.com\/*"
            ],
            "css": [
                "src\/inject\/inject.css"
            ],
            "js": [
                "js\/jquery\/jquery.min.js",
                "src\/inject\/inject.js"
            ]
        }
    ]
}