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.
O que é The Lt. John Pike Memorial Browser Extension?
The Lt. John Pike Memorial Browser Extension é uma extensão do Chrome desenvolvida por http://memeorial.org, e sua principal característica é "The Lt. John Pike Memeorial memorializes both the UC Davis Pepper Spray Incident and the subsequent Pepper Spray Everything meme.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão The Lt. John Pike Memorial Browser Extension
Baixe arquivos de extensão The Lt. John Pike Memorial Browser Extension no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | |
ID | kphhjckajbnglhjibcfcbddblleicogd |
URL Oficial | https://chrome.google.com/webstore/detail/the-lt-john-pike-memorial/kphhjckajbnglhjibcfcbddblleicogd |
Descrição | The Lt. John Pike Memeorial memorializes both the UC Davis Pepper Spray Incident and the subsequent Pepper Spray Everything meme. |
Tamanho do Arquivo | 855 KB |
Contagem de Instalações | 16 |
Versão Atual | 1.2.4 |
Última Atualização | 2014-11-18 |
Data de Publicação | 2014-11-18 |
Classificação | 3.00/5 Total de 1 Avaliações |
Desenvolvedor | http://memeorial.org |
Tipo de Pagamento | free |
Site da Extensão | http://pike.memeorial.org |
URL da Página de Ajuda | http://pike.memeorial.org |
Idiomas Suportados | 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" ] } |