PrequelErrorCodes

Change HTTP Error Codes to Prequel Memes

Hvad er PrequelErrorCodes?

PrequelErrorCodes er en Chrome-udvidelse udviklet af CARM, og dens hovedfunktion er "Change HTTP Error Codes to Prequel Memes".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot
screenshot

Download PrequelErrorCodes-udvidelses-CRX-fil

Download PrequelErrorCodes-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn PrequelErrorCodes PrequelErrorCodes
ID cdjhhanfoilmkjidljiacahphcfgjbkc
Officiel URL https://chromewebstore.google.com/detail/prequelerrorcodes/cdjhhanfoilmkjidljiacahphcfgjbkc
Beskrivelse Change HTTP Error Codes to Prequel Memes
Filstørrelse 8.33 MB
Antal Installationer 101
Nuværende Version 1.4
Senest Opdateret 2021-07-14
Udgivelsesdato 2019-07-07
Bedømmelse 5.00/5 Samlet 3 Bedømmelser
Udvikler CARM
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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": [
                ""
            ]
        }
    ]
}