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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The Lt. John Pike Memeorial memorializes both the UC Davis Pepper Spray Incident and the subsequent Pepper Spray Everything meme."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में The Lt. John Pike Memorial Browser Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" ] } |