PrequelErrorCodes

Change HTTP Error Codes to Prequel Memes

Co je PrequelErrorCodes?

PrequelErrorCodes je rozšíření Chrome vyvinuté CARM, a jeho hlavní funkcí je „Change HTTP Error Codes to Prequel Memes“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření PrequelErrorCodes

Stáhněte si soubory rozšíření PrequelErrorCodes ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název PrequelErrorCodes PrequelErrorCodes
ID cdjhhanfoilmkjidljiacahphcfgjbkc
Oficiální URL https://chromewebstore.google.com/detail/prequelerrorcodes/cdjhhanfoilmkjidljiacahphcfgjbkc
Popis Change HTTP Error Codes to Prequel Memes
Velikost souboru 8.33 MB
Počet instalací 101
Aktuální Verze 1.4
Poslední Aktualizace 2021-07-14
Datum Vydání 2019-07-07
Hodnocení 5.00/5 Celkem 3 Hodnocení
Vývojář CARM
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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": [
                ""
            ]
        }
    ]
}