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!是由encima開發的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…”。

擴展截圖

screenshot

下載No Batman Spoilers!擴展crx文件

下載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
官方網址 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"
        }
    ]
}