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! là gì?

No Batman Spoilers! là một tiện ích mở rộng Chrome được phát triển bởi encima, và tính năng chính của nó là "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…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng No Batman Spoilers!

Tải xuống các tệp mở rộng No Batman Spoilers! dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên No Batman Spoilers! No Batman Spoilers!
ID khghmhlkgfimkjmaocchfaagomholieh
URL Chính Thức https://chrome.google.com/webstore/detail/no-batman-spoilers/khghmhlkgfimkjmaocchfaagomholieh
Mô tả 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…
Kích Thước Tệp 35.83 KB
Số Lần Cài Đặt 44
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2012-07-20
Ngày Phát Hành 2012-07-20
Đánh Giá 2.25/5 Tổng số 4 Đánh Giá
Nhà Phát Triển encima
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    ]
}