Straight Pride corrector

Replaces all instances of "straight pride" to "pride for boring cunts"

Straight Pride correctorคืออะไร?

Straight Pride corrector เป็นส่วนขยายของ Chrome ที่พัฒนาโดย CraigTinney และคุณลักษณะหลักของมันคือ "Replaces all instances of "straight pride" to "pride for boring cunts""

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Straight Pride corrector

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

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

                        Replaces the words "straight pride" with "pride for boring cunts".                    

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

ชื่อ Straight Pride corrector Straight Pride corrector
ID jffncbnjkamcedlflklkmfiianoajhkg
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/straight-pride-corrector/jffncbnjkamcedlflklkmfiianoajhkg
คำอธิบาย Replaces all instances of "straight pride" to "pride for boring cunts"
ขนาดไฟล์ 29.55 KB
จำนวนการติดตั้ง 219
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2018-06-02
วันที่เผยแพร่ 2018-06-02
คะแนน 4.60/5 รวมทั้งหมด 10 คะแนน
ผู้พัฒนา CraigTinney
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Straight Pride corrector",
    "version": "1.0",
    "description": "Replaces all instances of \"straight pride\" to \"pride for boring cunts\"",
    "manifest_version": 2,
    "permissions": [
        "activeTab",
        "declarativeContent"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "main.js"
            ],
            "run_at": "document_end"
        }
    ]
}