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.
Qu'est-ce que The Lt. John Pike Memorial Browser Extension ?
The Lt. John Pike Memorial Browser Extension est une extension Chrome développée par http://memeorial.org, et sa fonction principale est "The Lt. John Pike Memeorial memorializes both the UC Davis Pepper Spray Incident and the subsequent Pepper Spray Everything meme.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension The Lt. John Pike Memorial Browser Extension
Téléchargez les fichiers d'extension The Lt. John Pike Memorial Browser Extension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | kphhjckajbnglhjibcfcbddblleicogd |
URL Officiel | https://chrome.google.com/webstore/detail/the-lt-john-pike-memorial/kphhjckajbnglhjibcfcbddblleicogd |
Description | The Lt. John Pike Memeorial memorializes both the UC Davis Pepper Spray Incident and the subsequent Pepper Spray Everything meme. |
Taille du Fichier | 855 KB |
Nombre d'Installations | 16 |
Version Actuelle | 1.2.4 |
Dernière Mise à Jour | 2014-11-18 |
Date de Publication | 2014-11-18 |
Évaluation | 3.00/5 Total 1 Évaluations |
Développeur | http://memeorial.org |
Type de Paiement | free |
Site Web de l'Extension | http://pike.memeorial.org |
URL de la Page d'Aide | http://pike.memeorial.org |
Langues Prises en Charge | 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" ] } |