SWS Name Replacer

A victor's best friend. Does not work on new reddit.

SWS Name Replacerคืออะไร?

SWS Name Replacer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย quinn และคุณลักษณะหลักของมันคือ "A victor's best friend. Does not work on new reddit."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SWS Name Replacer

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

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

                        replaces a certain users name with a more comedic one.

currently includes:
https://docs.google.com/spreadsheets/d/1Iou-aW287DzZ6RW3CfDa6_QBGsfUYDON-YylJzDWeCY/

update 1.5: fixed perms AND added enemy at the gates support                    

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

ชื่อ SWS Name Replacer SWS Name Replacer
ID akobefhapijlndhokelaicejmfmiiolo
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/sws-name-replacer/akobefhapijlndhokelaicejmfmiiolo
คำอธิบาย A victor's best friend. Does not work on new reddit.
ขนาดไฟล์ 4.28 KB
จำนวนการติดตั้ง 30
เวอร์ชันปัจจุบัน 1.5
อัปเดตครั้งล่าสุด 2018-10-10
วันที่เผยแพร่ 2018-10-09
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา quinn
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.reddit.com/r/ShitWehraboosSay
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SWS Name Replacer",
    "version": "1.5",
    "description": "A victor's best friend. Does not work on new reddit.",
    "permissions": [
        "https:\/\/*.reddit.com\/*",
        "http:\/\/*.reddit.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.reddit.com\/*"
            ],
            "js": [
                "script.js"
            ],
            "run_at": "document_end"
        }
    ]
}