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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://memeorial.org, και η κύρια λειτουργία του είναι "The Lt. John Pike Memeorial memorializes both the UC Davis Pepper Spray Incident and the subsequent Pepper Spray Everything meme.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης The Lt. John Pike Memorial Browser Extension
Λήψη αρχείων επέκτασης 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.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
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" ] } |