PrequelErrorCodes

Change HTTP Error Codes to Prequel Memes

Qu'est-ce que PrequelErrorCodes ?

PrequelErrorCodes est une extension Chrome développée par CARM, et sa fonction principale est "Change HTTP Error Codes to Prequel Memes".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension PrequelErrorCodes

Téléchargez les fichiers d'extension PrequelErrorCodes au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom PrequelErrorCodes PrequelErrorCodes
ID cdjhhanfoilmkjidljiacahphcfgjbkc
URL Officiel https://chromewebstore.google.com/detail/prequelerrorcodes/cdjhhanfoilmkjidljiacahphcfgjbkc
Description Change HTTP Error Codes to Prequel Memes
Taille du Fichier 8.33 MB
Nombre d'Installations 101
Version Actuelle 1.4
Dernière Mise à Jour 2021-07-14
Date de Publication 2019-07-07
Évaluation 5.00/5 Total 3 Évaluations
Développeur CARM
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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": [
                ""
            ]
        }
    ]
}