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."입니다.
확장 프로그램 스크린샷
The Lt. John Pike Memorial Browser Extension 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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.
확장 프로그램 기본 정보
이름 | |
ID | kphhjckajbnglhjibcfcbddblleicogd |
공식 URL | 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" ] } |