PrequelErrorCodes

Change HTTP Error Codes to Prequel Memes

ما هو PrequelErrorCodes؟

PrequelErrorCodes هو إضافة Chrome تم تطويرها بواسطة CARM، والميزة الرئيسية لها هي "Change HTTP Error Codes to Prequel Memes".

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

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة PrequelErrorCodes

قم بتنزيل ملفات الامتداد PrequelErrorCodes بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Hello there. Did you ever hear the tragedy of the HTTTP Status code? I thought not. It is not a story the sysadmins would tell you. It's a www legend. HTTP status codes are so powerful that they reveal what happened to the website. But developers have the most boring webpages to show them. Unfortunately, this chrome extension reduces the meanings even more and makes them into prequel memes. Ironic.

Disclaimer: This extension and any related StarWars®™ images are uploaded purely for entertainment purposes, and in no way profits me. All rights are reserved to their respective creator, and this extension is subject to removal per the request.                    

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

الاسم PrequelErrorCodes PrequelErrorCodes
ID cdjhhanfoilmkjidljiacahphcfgjbkc
عنوان URL الرسمي https://chromewebstore.google.com/detail/prequelerrorcodes/cdjhhanfoilmkjidljiacahphcfgjbkc
الوصف Change HTTP Error Codes to Prequel Memes
حجم الملف 8.33 MB
عدد التثبيتات 101
النسخة الحالية 1.4
آخر تحديث 2021-07-14
تاريخ النشر 2019-07-07
تقييم 5.00/5 مجموع تقييمات 3
المطور CARM
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "PrequelErrorCodes",
    "version": "1.4",
    "description": "Change HTTP Error Codes to Prequel Memes",
    "permissions": [],
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "js": [
                "jquery.min.js",
                "content.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}