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.".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة The Lt. John Pike Memorial Browser Extension

قم بتنزيل ملفات الامتداد The Lt. John Pike Memorial Browser Extension بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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.                    

معلومات أساسية عن التمديد

الاسم The Lt. John Pike Memorial Browser Extension The Lt. John Pike Memorial Browser Extension
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
عنوان صفحة المساعدة 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"
    ]
}