No Batman Spoilers!

Haven't seen 'The Dark Knight Rises' yet? Don't avoid the webnets, replace every instance of: 1. Batman 2. The Dark Knight 3. TDKR…

No Batman Spoilers!คืออะไร?

No Batman Spoilers! เป็นส่วนขยายของ Chrome ที่พัฒนาโดย encima และคุณลักษณะหลักของมันคือ "Haven't seen 'The Dark Knight Rises' yet? Don't avoid the webnets, replace every instance of: 1. Batman 2. The Dark Knight 3. TDKR…"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย No Batman Spoilers!

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

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

                        Haven't seen 'The Dark Knight Rises' yet? Don't avoid the webnets, replace every instance of:
1. Batman
2. The Dark Knight
3. TDKR
with a cat playing piano.

See a cat playing piano on a website? RUN!

Warning: This ext is about as simple and stupid as an extension can get. Made for my own uses and it does NOT work on Google.

P.S. If you are wondering, yes, I did make the logo myself and if you want to see more examples of my work, I have none but I welcome alternative logos.                    

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

ชื่อ No Batman Spoilers! No Batman Spoilers!
ID khghmhlkgfimkjmaocchfaagomholieh
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/no-batman-spoilers/khghmhlkgfimkjmaocchfaagomholieh
คำอธิบาย Haven't seen 'The Dark Knight Rises' yet? Don't avoid the webnets, replace every instance of: 1. Batman 2. The Dark Knight 3. TDKR…
ขนาดไฟล์ 35.83 KB
จำนวนการติดตั้ง 44
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2012-07-20
วันที่เผยแพร่ 2012-07-20
คะแนน 2.25/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา encima
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "No Batman Spoilers!",
    "version": "1.0",
    "manifest_version": 2,
    "permissions": [
        "tabs",
        "http:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*"
            ],
            "js": [
                "jquery.js",
                "textreplace.js"
            ],
            "run_at": "document_end"
        }
    ]
}