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

The Lt. John Pike Memorial Browser Extension là một tiện ích mở rộng Chrome được phát triển bởi http://memeorial.org, và tính năng chính của nó là "The Lt. John Pike Memeorial memorializes both the UC Davis Pepper Spray Incident and the subsequent Pepper Spray Everything meme.".

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

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng The Lt. John Pike Memorial Browser Extension

Tải xuống các tệp mở rộng The Lt. John Pike Memorial Browser Extension 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

                        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.                    

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

Tên The Lt. John Pike Memorial Browser Extension The Lt. John Pike Memorial Browser Extension
ID kphhjckajbnglhjibcfcbddblleicogd
URL Chính Thức https://chrome.google.com/webstore/detail/the-lt-john-pike-memorial/kphhjckajbnglhjibcfcbddblleicogd
Mô tả The Lt. John Pike Memeorial memorializes both the UC Davis Pepper Spray Incident and the subsequent Pepper Spray Everything meme.
Kích Thước Tệp 855 KB
Số Lần Cài Đặt 16
Phiên Bản Hiện Tại 1.2.4
Cập Nhật Lần Cuối 2014-11-18
Ngày Phát Hành 2014-11-18
Đánh Giá 3.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển http://memeorial.org
Loại Thanh Toán free
Trang Web Mở Rộng http://pike.memeorial.org
URL Trang Trợ Giúp http://pike.memeorial.org
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}