Ray Peat Styled

Restores original css to raypeat.com

Qu'est-ce que Ray Peat Styled ?

Ray Peat Styled est une extension Chrome développée par https://life-unchained.net, et sa fonction principale est "Restores original css to raypeat.com".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Ray Peat Styled

Téléchargez les fichiers d'extension Ray Peat Styled 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

                        If you're a reader of Ray Peat's website, you know how uncomfortable it can be to read from one end of the screen to the other. What you might not know is, it isn't meant to look like that. The site has a stylesheet that's requested in a way that modern browsers block.

This extension does nothing more than load the original stylesheet, giving raypeat.com a cohesive look and improving readability.                    

Informations de Base sur l'Extension

Nom Ray Peat Styled Ray Peat Styled
ID lmmdaaknmobjkebncemnchleoimfjnkp
URL Officiel https://chromewebstore.google.com/detail/ray-peat-styled/lmmdaaknmobjkebncemnchleoimfjnkp
Description Restores original css to raypeat.com
Taille du Fichier 25.15 KB
Nombre d'Installations 70
Version Actuelle 1.0.0
Dernière Mise à Jour 2023-10-13
Date de Publication 2023-10-12
Évaluation 5.00/5 Total 2 Évaluations
Développeur https://life-unchained.net
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/life-unchained/Ray-Peat-Styled
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Ray Peat Styled",
    "version": "1.0.0",
    "description": "Restores original css to raypeat.com",
    "icons": {
        "16": "hsray_16.png",
        "128": "hsray_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/raypeat.com\/*"
            ],
            "css": [
                "raypeat.css"
            ]
        }
    ]
}