PrequelErrorCodes

Change HTTP Error Codes to Prequel Memes

PrequelErrorCodes क्या है?

PrequelErrorCodes CARM द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Change HTTP Error Codes to Prequel Memes"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में PrequelErrorCodes एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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": [
                ""
            ]
        }
    ]
}