SCP Reddit by /u/LolDoofus

Replaces deleted users and comments on Reddit with SCP-esque things.

SCP Reddit by /u/LolDoofusคืออะไร?

SCP Reddit by /u/LolDoofus เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Kaeso และคุณลักษณะหลักของมันคือ "Replaces deleted users and comments on Reddit with SCP-esque things."

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SCP Reddit by /u/LolDoofus

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

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

                        Replaces deleted users and comments on Reddit with SCP-esque things.                    

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

ชื่อ SCP Reddit by /u/LolDoofus SCP Reddit by /u/LolDoofus
ID hhbafebbpgomaiogmijgnjmklamhaaaa
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/scp-reddit-by-uloldoofus/hhbafebbpgomaiogmijgnjmklamhaaaa
คำอธิบาย Replaces deleted users and comments on Reddit with SCP-esque things.
ขนาดไฟล์ 15.03 KB
จำนวนการติดตั้ง 43
เวอร์ชันปัจจุบัน 0.1
อัปเดตครั้งล่าสุด 2020-05-10
วันที่เผยแพร่ 2020-05-08
คะแนน 3.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Kaeso
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SCP Reddit by \/u\/LolDoofus",
    "version": "0.1",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.reddit.com\/*",
                "*:\/\/reddit.com\/*"
            ],
            "js": [
                "newreddit.js"
            ]
        },
        {
            "matches": [
                "*:\/\/old.reddit.com\/*",
                "*:\/\/www.old.reddit.com\/*"
            ],
            "js": [
                "oldreddit.js"
            ]
        }
    ]
}