Skeleton Alert

Makes MRA sites, #GamersGate Subreddits, and the like 2Spooky4U

Skeleton Alertคืออะไร?

Skeleton Alert เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://daddy.cat และคุณลักษณะหลักของมันคือ "Makes MRA sites, #GamersGate Subreddits, and the like 2Spooky4U"

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

screenshot

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

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

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

                        This extension changes all mentions of "SJW" or "Social Justice Warriors" to "skeletons". Because, as we all know, they are 2spooky. 

Idea courtesy of @CaveSoul - https://twitter.com/CaveSoul/status/521753345930067968                    

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

ชื่อ Skeleton Alert Skeleton Alert
ID nobfdgalgecdhfjbeahipbnpcepcpcei
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/skeleton-alert/nobfdgalgecdhfjbeahipbnpcepcpcei
คำอธิบาย Makes MRA sites, #GamersGate Subreddits, and the like 2Spooky4U
ขนาดไฟล์ 3.41 KB
จำนวนการติดตั้ง 29
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2014-10-15
วันที่เผยแพร่ 2014-10-15
คะแนน 3.33/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา https://daddy.cat
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://daddy.cat
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Skeleton Alert",
    "version": "1.0",
    "description": "Makes MRA sites, #GamersGate Subreddits, and the like 2Spooky4U",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}