The Lt. John Pike Memorial Browser Extension

The Lt. John Pike Memeorial memorializes both the UC Davis Pepper Spray Incident and the subsequent Pepper Spray Everything meme.

什麼是The Lt. John Pike Memorial Browser Extension?

The Lt. John Pike Memorial Browser Extension是由http://memeorial.org開發的Chrome擴展程式,該擴展的主要功能是“The Lt. John Pike Memeorial memorializes both the UC Davis Pepper Spray Incident and the subsequent Pepper Spray Everything meme.”。

擴展截圖

screenshot
screenshot

下載The Lt. John Pike Memorial Browser Extension擴展crx文件

下載The Lt. John Pike Memorial Browser Extension擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        The Lt. John Pike Memeorial Browser Extension (a.k.a. the Pike Memeorial) is an artistic intervention generated by a browser extension. If the extension is installed and activated, the user’s web browsing experience will occasionally be interrupted by Lt. John Pike, who will walk into the user’s browser window, shake his bottle of military-grade pepper spray, and temporarily blind the user (i.e. black out their current webpage). In this way, the Pike Memeorial transforms the user’s browser into a memorial site for both the 2011 UC Davis Pepper Spray Incident and the subsequent Casually Pepper Spray Everything Cop meme.                    

擴展基本資訊

名稱 The Lt. John Pike Memorial Browser Extension The Lt. John Pike Memorial Browser Extension
ID kphhjckajbnglhjibcfcbddblleicogd
官方網址 https://chrome.google.com/webstore/detail/the-lt-john-pike-memorial/kphhjckajbnglhjibcfcbddblleicogd
簡介 The Lt. John Pike Memeorial memorializes both the UC Davis Pepper Spray Incident and the subsequent Pepper Spray Everything meme.
檔案大小 855 KB
安裝次數 16
目前版本 1.2.4
更新時間 2014-11-18
上架時間 2014-11-18
評分 3.00/5 共 1 次評分
開發者 http://memeorial.org
付費類型 free
擴展官網 http://pike.memeorial.org
說明頁面URL http://pike.memeorial.org
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "The Lt. John Pike Memorial Browser Extension",
    "version": "1.2.4",
    "manifest_version": 2,
    "description": "The Lt. John Pike Memeorial memorializes both the UC Davis Pepper Spray Incident and the subsequent Pepper Spray Everything meme.",
    "short_name": "Pike Memeorial",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "\/css\/main.css"
            ],
            "js": [
                "\/js\/jquery.js",
                "\/js\/pike.js"
            ]
        }
    ],
    "icons": {
        "16": "icons\/icon-16.png",
        "32": "icons\/icon-32.png",
        "48": "icons\/icon-48.png",
        "64": "icons\/icon-64.png",
        "128": "icons\/icon-128.png"
    },
    "web_accessible_resources": [
        "img\/*.gif",
        "img\/fist.png"
    ],
    "options_page": "options.html",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "tabs",
        "storage"
    ]
}